Skip to content

Commit

Permalink
Fix a small typo in the main script
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Mar 18, 2024
1 parent c46e7ad commit 0e4d0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/arch-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ quit_msg() {
read -n 1 -r -s -p $"$(info_msg "${msg}")" && echo
}

# Definition of the evelation method to use (depending on which one is installed on the system)
# Definition of the elevation method to use (depending on which one is installed on the system)
if command -v sudo > /dev/null; then
su_cmd="sudo"
elif command -v doas > /dev/null; then
Expand Down

0 comments on commit 0e4d0fc

Please sign in to comment.