#!/bin/bash
currentdir=`pwd`
echo "deb file:$currentdir binary/" >> /etc/apt/sources.list && apt-get update
