mirror of
https://github.com/dockersrc/archlinux
synced 2024-11-21 11:23:05 -05:00
🗃️ Committing everything that changed 🗃️
rootfs/root/docker/setup/04-users.sh
This commit is contained in:
parent
1b3b6a5122
commit
1633173d1a
@ -60,8 +60,8 @@ if [ -z "$(command -v yay 2>/dev/null)" ]; then
|
|||||||
[ -n "$(type -P git)" ] && git config --global init.defaultBranch main
|
[ -n "$(type -P git)" ] && git config --global init.defaultBranch main
|
||||||
chmod -R 777 "$AUR_BUILD_DIR"
|
chmod -R 777 "$AUR_BUILD_DIR"
|
||||||
git clone --depth 1 "https://aur.archlinux.org/yay-bin" "." && rm -Rf ".git"
|
git clone --depth 1 "https://aur.archlinux.org/yay-bin" "." && rm -Rf ".git"
|
||||||
sudo -u "$AUR_USER" makepkg -sri --needed --noconfirm -si
|
sudo -u "$AUR_USER" makepkg -sri --needed --noconfirm -si || exit 1
|
||||||
sudo -u "$AUR_USER" yay --afterclean --removemake --save && pacman -Qtdq | xargs -r pacman --noconfirm -Rcns || exit 1
|
sudo -u "$AUR_USER" yay --afterclean --removemake --save && pacman -Qtdq | xargs -r pacman --noconfirm -Rcns
|
||||||
[ -d "$AUR_BUILD_DIR" ] && cd && rm -Rf "${AUR_BUILD_DIR:?}"/* "$AUR_HOME/.cache"/*
|
[ -d "$AUR_BUILD_DIR" ] && cd && rm -Rf "${AUR_BUILD_DIR:?}"/* "$AUR_HOME/.cache"/*
|
||||||
else
|
else
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user