FIX I forgot the UUID of root

This commit is contained in:
Nathan Dwarshuis 2021-03-13 16:32:57 -05:00
parent ccc17c70d4
commit 899490a229
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ run_makepkg() {
call_makepkg "xkb-hypermode" call_makepkg "xkb-hypermode"
} }
if [[ ! "$(id -u)" = "1" ]]; then if [[ ! "$(id -u)" = "0" ]]; then
echo "This script must be run as root. Exiting" echo "This script must be run as root. Exiting"
exit 1 exit 1
fi fi