Skip to content

Commit

Permalink
Merge pull request #9 from winemug/dexdan-patch-1
Browse files Browse the repository at this point in the history
Tweak path to clean-shutdown setup script - ALSO PLEASE SEE NOTE
  • Loading branch information
winemug authored Mar 17, 2019
2 parents 4c22b42 + b53afc1 commit 8ab670d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pi-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ read -p "Are you using/planning a LipoShim to safely power down the pi if you ge
echo
if [[ $REPLY =~ ^[Yy]$ ]]
then
curl https://github.com/dexdan/clean-shutdown/raw/master/zerolipo_omnipy | bash
curl https://raw.githubusercontent.com/dexdan/clean-shutdown/master/zerolipo_omnipy | bash
fi

echo
Expand Down

0 comments on commit 8ab670d

Please sign in to comment.