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

rootfs/root/docker/setup/01-system.sh
rootfs/root/docker/setup/03-files.sh
rootfs/root/docker/setup/06-post.sh
This commit is contained in:
casjay
2024-10-12 18:45:51 -04:00
parent 67ba964106
commit 59475126f6
3 changed files with 12 additions and 13 deletions

View File

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