mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 02:32:58 -03:00
Merge branch 'master' of https://github.com/freddymartinez9/onionshare into freddymartinez9-master
This commit is contained in:
commit
03f6d85ac5
1 changed files with 8 additions and 4 deletions
|
@ -11,7 +11,11 @@ rm -r deb_dist >/dev/null 2>&1
|
|||
# build binary package
|
||||
python setup.py --command-packages=stdeb.command bdist_deb
|
||||
|
||||
# install it
|
||||
echo ""
|
||||
echo "To install, run:"
|
||||
echo "sudo dpkg -i deb_dist/onionshare_$VERSION-1_all.deb"
|
||||
# return install instructions if onionshare builds properly
|
||||
if [$? -eq 0] then
|
||||
echo ""
|
||||
echo "To install, run:"
|
||||
echo "sudo dpkg -i deb_dist/onionshare_$VERSION-1_all.deb"
|
||||
else
|
||||
echo "OnionShare failed to build!"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue