updated location of build_deb.sh in Tails install script (#181)

This commit is contained in:
Micah Lee 2015-05-18 18:42:50 +00:00
parent eb9dc99a19
commit 5b46688367

View File

@ -16,7 +16,7 @@ mkdir -p $INSTALL_DIR
# install dependencies
apt-get update
apt-get install -y build-essential fakeroot python-all python-stdeb python-flask python-stem python-qt4 python-socksipy
./build_deb.sh
./install/build_deb.sh
# copy files
cp deb_dist/onionshare_*.deb $INSTALL_DIR