Fix go cache

This commit is contained in:
Augusto Gunsch 2021-08-13 10:46:06 -03:00
parent 62127ac267
commit 64cb93c84c
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ install_aur() {
echo -ne "Installing ${LGREEN}$1${NC} from AUR ($2)..." echo -ne "Installing ${LGREEN}$1${NC} from AUR ($2)..."
fi fi
export GOCACHE="$AUR_BUILD_DIR/go"
quiet sudo -u nobody makepkg --noconfirm quiet sudo -u nobody makepkg --noconfirm
quiet pacman -U --noconfirm $1*.pkg.tar* quiet pacman -U --noconfirm $1*.pkg.tar*
qpopd qpopd