fix(iso): Force-refresh pkg list, force-upgrade and downgrade pkgs to exactly match repos (#3)

This commit is contained in:
hygienic-books 2023-10-20 21:44:30 +02:00
parent 8ad2694dd4
commit 6c25b92113

View File

@ -37,7 +37,7 @@ function update_pacman_db () {
systemctl start reflector
# In an ISO and for the minimal number of packages we need we do not
# care about partial upgrades
pacman -Sy
pacman -Syyuu --noconfirm
}
function install_pkgs () {