Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonesyj83 authored Mar 18, 2021
1 parent fae9952 commit a041923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [[ $prompt == "y" || $prompt == "Y" || $prompt == "yes" || $prompt == "Yes" ]
if [ -d "./PiHole-ArgononeFanSpeed" ]; then
sudo rm -r ./PiHole-ArgononeFanSpeed
fi
git clone https://github.com/Jonesyj83/PiHole-ArgononeFanSpeed.git -b 2.0.2
git clone https://github.com/Jonesyj83/PiHole-ArgononeFanSpeed.git
echo "Moving files into PiHole directory"
sudo cp "PiHole-ArgononeFanSpeed/fanspeed/fanspeed.js" "$piholedir/scripts/pi-hole/js/"
sudo cp "PiHole-ArgononeFanSpeed/fanspeed/fanspeedresults.js" "$piholedir/scripts/pi-hole/js/"
Expand Down

0 comments on commit a041923

Please sign in to comment.