From 899490a229ea1cc0897aa4916d21b43597d18561 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 13 Mar 2021 16:32:57 -0500 Subject: [PATCH] FIX I forgot the UUID of root --- dot_bin/executable_bootstrap_pkgs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_bin/executable_bootstrap_pkgs b/dot_bin/executable_bootstrap_pkgs index 27e68da..fc7cc92 100644 --- a/dot_bin/executable_bootstrap_pkgs +++ b/dot_bin/executable_bootstrap_pkgs @@ -103,7 +103,7 @@ run_makepkg() { call_makepkg "xkb-hypermode" } -if [[ ! "$(id -u)" = "1" ]]; then +if [[ ! "$(id -u)" = "0" ]]; then echo "This script must be run as root. Exiting" exit 1 fi