Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ chroot_cmd sed "s/^ *CheckSpace/#CheckSpace/g" -i /etc/pacman.conf

# Update archlinux keyring first so that Archlinux can be updated even after a long time
chroot_cmd /bin/sh -c \
"http_proxy='${REPO_PROXY}' pacman -Sy --noconfirm --noprogressbar archlinux-keyring"
"no_proxy='${NO_PROXY:-127.0.0.1}' http_proxy='${REPO_PROXY}' pacman -Sy --noconfirm --noprogressbar archlinux-keyring"

# Now update system
chroot_cmd /bin/sh -c \
"http_proxy='${REPO_PROXY}' pacman -Syu --noconfirm --noprogressbar"
"no_proxy='${NO_PROXY:-127.0.0.1}' http_proxy='${REPO_PROXY}' pacman -Syu --noconfirm --noprogressbar"