Skip to content

Commit

Permalink
Update update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonesyj83 authored Feb 15, 2021
1 parent d96fc89 commit 1b4feeb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ if [[ $prompt == "y" || $prompt == "Y" || $prompt == "yes" || $prompt == "Yes" ]
sudo rm -r "$piholedir/scripts/pi-hole/fanspeed"
sudo rm "$piholedir/fanspeed.php"
sudo rm "$piholedir/api_fanspeed.php"
echo "Upgrading PiHole"
cd "$piholedir"
sudo git fetch
sudo git reset --hard HEAD
sudo pihole -up
echo "Uninstall Complete"
cd
echo "Cloning Git dir"
if [ -d "./PiHole-ArgononeFanSpeed" ]; then
Expand Down

0 comments on commit 1b4feeb

Please sign in to comment.