Made system package install not fail when previous run failed without internet connection
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
if ! grep -q '^\[multilib\]' /etc/pacman.conf; then
|
||||
info "enabling [multilib] repo"
|
||||
sed -i '/^#\[multilib\]/,/^#Include/ s/^#//' /etc/pacman.conf
|
||||
pacman -Sy
|
||||
fi
|
||||
|
||||
pacman -Sy
|
||||
|
||||
# Install the base package set + the GPU vendor group for this host.
|
||||
pac_file packages/pacman.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user