diff --git a/rootfs/root/docker/setup/04-users.sh b/rootfs/root/docker/setup/04-users.sh index 302645f..4a9115c 100755 --- a/rootfs/root/docker/setup/04-users.sh +++ b/rootfs/root/docker/setup/04-users.sh @@ -65,6 +65,7 @@ if [ -z "$(command -v yay 2>/dev/null)" ]; then exit 1 fi fi +[ -n "$(type -P yay 2>/dev/null)" ] # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Set the exit code exitCode=$?