Skip to content

Commit

Permalink
revert glim.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahdbshsnsndnnm committed Apr 7, 2024
1 parent a84179f commit 19f59a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions glim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ if [[ `id -u` -eq 0 ]]; then
exit 1
fi

# Alias sudo to doas if sudo isn't installed
if [[ ! `command -v sudo` ]]; then
alias sudo doas
fi

# Sanity check : GRUB2
if which grub2-install &>/dev/null; then
GRUB2_INSTALL="grub2-install"
Expand Down

0 comments on commit 19f59a8

Please sign in to comment.