From 19f59a80047ffc415eb572269302287623eff9a7 Mon Sep 17 00:00:00 2001 From: iguanajuice Date: Sun, 7 Apr 2024 12:15:51 -0400 Subject: [PATCH] revert glim.sh --- glim.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/glim.sh b/glim.sh index f47ab29..65f5e5c 100755 --- a/glim.sh +++ b/glim.sh @@ -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"