Skip to content

Commit

Permalink
Hint user that the install script uses sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
walles committed Jun 10, 2016
1 parent 1684d4e commit 2d7c5d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ curl -L -s "$URL" > $TEMPFILE
chmod a+x $TEMPFILE

echo "Installing the latest release..."
echo "sudo px --install"
sudo $TEMPFILE --install

rm -f $TEMPFILE
Expand Down

0 comments on commit 2d7c5d1

Please sign in to comment.