Skip to content

Commit

Permalink
Update install
Browse files Browse the repository at this point in the history
  • Loading branch information
actionschnitzel authored Nov 30, 2023
1 parent 4cf52e8 commit 035b3b8
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions apps/PiGro/install
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,4 @@

version=23.04

# Check if ~/PiGro-Aid- exists. | 23.04 or earlier. New Dir is /opt/
if [ -d ~/PiGro-Aid- ]; then
# Purge packages and exit with code 1 if unsuccessful
purge_packages || exit 1

# Remove directory ~/PiGro-Aid-
rm -rf ~/PiGro-Aid-

# Remove desktop file from Desktop and ~/.local/share/applications/
rm -f ~/Desktop/pigro.desktop ~/.local/share/applications/pigro.desktop
else
echo "Directory ~/PiGro-Aid- not found. No action taken."
fi



install_packages https://github.com/actionschnitzel/PiGro-Aid-/releases/download/${version}/pigro-jci-${version}.deb || exit 1

0 comments on commit 035b3b8

Please sign in to comment.