From 7ef60e3d375301c3045ea1218001b266ef722fed Mon Sep 17 00:00:00 2001 From: casjay Date: Sat, 12 Oct 2024 20:46:11 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/root/docker/setup/04-users.sh --- rootfs/root/docker/setup/04-users.sh | 1 + 1 file changed, 1 insertion(+) 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=$?