Skip to content

Commit

Permalink
Fix a small typo in the main script (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 authored Mar 18, 2024
1 parent dc5c10b commit e67e6c1
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 e67e6c1

Please sign in to comment.