🗃️ Committing everything that changed 🗃️
Some checks failed
release-tag / release-image (push) Failing after 22m45s

rootfs/root/docker/setup/00-init.sh
This commit is contained in:
casjay 2024-09-25 09:10:33 -04:00
parent 7f1f2eba59
commit 4e0d665e1a
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -27,7 +27,9 @@ exitCode=0
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Main script
if grep -qs 'DisableSandbox$' '/etc/pacman.conf'; then
sed -i 's|#.*DisableSandbox|DisableSandbox|g' '/etc/pacman.conf'
fi
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Set the exit code
exitCode=$?