For now no pacman upgrade in ISO
This commit is contained in:
parent
08f33c33c7
commit
624d278971
11
setup.sh
11
setup.sh
@ -429,10 +429,13 @@ function update_pacman_db () {
|
|||||||
systemctl start reflector
|
systemctl start reflector
|
||||||
# In an ISO and for the minimal number of packages we need we do not
|
# In an ISO and for the minimal number of packages we need we do not
|
||||||
# care about partial upgrades
|
# care about partial upgrades
|
||||||
while ! pacman -Syyuu --needed --noconfirm --downloadonly; do
|
#
|
||||||
sleep 5
|
# Are we better off not attempting an upgrade inside the ISO?
|
||||||
done
|
# Let's try and find out.
|
||||||
pacman -Syyuu --needed --noconfirm
|
# while ! pacman -Syyuu --needed --noconfirm --downloadonly; do
|
||||||
|
# sleep 5
|
||||||
|
# done
|
||||||
|
# pacman -Syyuu --needed --noconfirm
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_pkgs () {
|
function install_pkgs () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user