docs(iso): We don't care about partially upgrading our ISO (#1)

This commit is contained in:
hygienic-books 2023-02-19 20:46:51 +01:00
parent 9f9a1b86eb
commit b463cd95aa

View File

@ -18,6 +18,8 @@ function we_are_changerooted () {
} }
function update_pacman_db () { function update_pacman_db () {
# In an ISO and for the minimal number of packages we need we do not
# care about partial upgrades
pacman -Sy pacman -Sy
} }