🗃️ Committing everything that changed 🗃️

rootfs/root/docker/setup/04-users.sh
This commit is contained in:
casjay 2024-09-04 14:51:13 -04:00
parent fc5449edee
commit 2774bf2647
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -33,7 +33,8 @@ 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" export GOFLAGS="-buildvcs=false" CGO_ENABLED=0 GOOS=linux
case "$(uname -m)" in x86_64) export GOARCH=amd64 ;; aarch64) export GOARCH=arm64 ;; esac
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Main script # Main script
rm -Rf "$AUR_BUILD_DIR/yay" rm -Rf "$AUR_BUILD_DIR/yay"