Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

Commit

Permalink
hopefuly fix --no-internet flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Itai-Nelken authored Jan 11, 2021
1 parent 250f1ce commit 01a9005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Name=Pi-Assistant
Exec="$HOME/Pi-Assistant/main.sh"
Icon="$HOME/Pi-Assistant/icons/64x64/logo-64.png"
Categories=Utility;
Comment="Pi-Assistant v1.2-RC1"" > ~/.local/share/applications/piassist.desktop
Comment="Pi-Assistant v1.2-RC2"" > ~/.local/share/applications/piassist.desktop
#copy menu shortcut to desktop
cp ~/.local/share/applications/piassist.desktop ~/Desktop/
sudo chmod +x ~/Desktop/piassist.desktop
Expand All @@ -50,7 +50,7 @@ elif [[ $1 = "--secret" ]]; then
read -p "any key to exit"
exit
elif [[ $1 = "--no-internet" ]]; then
INTERNETCHECK=1
export INTERNETCHECK=1
elif [[ $1 = "--help" ]]; then
echo -e "
$(tput setaf 6)$(tput bold)usage:$(tput sgr 0)
Expand Down

0 comments on commit 01a9005

Please sign in to comment.