Skip to content

Commit

Permalink
Remove sudoer gate
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl committed Jan 31, 2025
1 parent 024afc3 commit 2fc05b2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bin/configure-commands/v2/update
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,7 @@ then
exit 0
fi
log_info -l "Updating ..." -q "$QUIET_MODE"
log_info -l "Updating dalmatian requires elevated permissions"
log_info -l "Attempting sudo ..."
sudo -v
log_info -l "Elevated permissions are available, continuing ..."

git -C "$APP_ROOT" checkout main
git -C "$APP_ROOT" pull
git -C "$APP_ROOT" -c advice.detachedHead=false checkout "$LATEST_REMOTE_TAG"
Expand Down

0 comments on commit 2fc05b2

Please sign in to comment.