🗃️ Committing everything that changed 🗃️

rootfs/root/docker/setup/04-users.sh
This commit is contained in:
casjay 2024-09-04 14:09:33 -04:00
parent 2a1bb0d306
commit 3914c43060
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -29,6 +29,7 @@ AUR_USER="${AUR_USER:-aur}"
AUR_GROUP="${AUR_GROUP:-$AUR_USER}" AUR_GROUP="${AUR_GROUP:-$AUR_USER}"
AUR_HOME="${AUR_HOME:-/var/lib/aur}" AUR_HOME="${AUR_HOME:-/var/lib/aur}"
AUR_BUILD_DIR="${AUR_BUILD_DIR:-${AUR_HOME}/build}" AUR_BUILD_DIR="${AUR_BUILD_DIR:-${AUR_HOME}/build}"
export GOFLAGS="-buildvcs=false"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Main script # Main script
rm -Rf "$AUR_BUILD_DIR/yay" rm -Rf "$AUR_BUILD_DIR/yay"