🗃️ Committing everything that changed 🗃️

Dockerfile
rootfs/root/docker/setup/03-files.sh
rootfs/root/docker/setup/04-users.sh
This commit is contained in:
casjay
2024-09-04 12:51:12 -04:00
parent 234306134c
commit 494008532d
3 changed files with 21 additions and 17 deletions

View File

@@ -24,12 +24,9 @@ set -o pipefail
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Set env variables
exitCode=0
AUR_USER="${AUR_USER:-aur}"
AUR_HOME="${AUR_HOME:-/var/lib/aur}"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Main script
mkdir -p "${AUR_HOME}/build"
mkdir -p "${AUR_HOME}/.gnupg"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Set the exit code
exitCode=$?