mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-19 20:14:13 -04:00
fixed typo in build_deb.sh
This commit is contained in:
parent
9401077171
commit
d50601f5bd
1 changed files with 4 additions and 4 deletions
|
@ -12,10 +12,10 @@ rm -r deb_dist >/dev/null 2>&1
|
||||||
python setup.py --command-packages=stdeb.command bdist_deb
|
python setup.py --command-packages=stdeb.command bdist_deb
|
||||||
|
|
||||||
# return install instructions if onionshare builds properly
|
# return install instructions if onionshare builds properly
|
||||||
if [$? -eq 0] then
|
echo ""
|
||||||
echo ""
|
if [[ $? -eq 0 ]]; then
|
||||||
echo "To install, run:"
|
echo "To install, run:"
|
||||||
echo "sudo dpkg -i deb_dist/onionshare_$VERSION-1_all.deb"
|
echo "sudo dpkg -i deb_dist/onionshare_$VERSION-1_all.deb"
|
||||||
else
|
else
|
||||||
echo "OnionShare failed to build!"
|
echo "OnionShare failed to build!"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue