Skip to content

Commit

Permalink
update install script
Browse files Browse the repository at this point in the history
  • Loading branch information
ubermanu committed Nov 5, 2023
1 parent 0a280c3 commit 019a8c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ if ! command -v curl &> /dev/null; then
exit 1
fi

if curl -o "$DESTINATION_PATH" "$SCRIPT_URL"; then
if curl -s -o "$DESTINATION_PATH" "$SCRIPT_URL"; then
chmod +x "$DESTINATION_PATH"
echo "sudo script installed in $DESTINATION_PATH"
echo "🎉 sudoas script installed in $DESTINATION_PATH"
else
echo "Failed to download and install the sudoas script."
fi

0 comments on commit 019a8c2

Please sign in to comment.