mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-01 02:36:14 -05:00
updated location of build_deb.sh in Tails install script (#181)
This commit is contained in:
parent
eb9dc99a19
commit
5b46688367
@ -16,7 +16,7 @@ mkdir -p $INSTALL_DIR
|
|||||||
# install dependencies
|
# install dependencies
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y build-essential fakeroot python-all python-stdeb python-flask python-stem python-qt4 python-socksipy
|
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
|
# copy files
|
||||||
cp deb_dist/onionshare_*.deb $INSTALL_DIR
|
cp deb_dist/onionshare_*.deb $INSTALL_DIR
|
||||||
|
Loading…
Reference in New Issue
Block a user