fix(iso): Notify that we're running reflector otherwise it looks like script's hanging (#1)

This commit is contained in:
hygienic-books 2023-02-20 00:39:31 +01:00
parent a798481e49
commit d03821e46a

View File

@ -20,6 +20,7 @@ function we_are_changerooted () {
} }
function update_pacman_db () { function update_pacman_db () {
printf -- '%s\n' 'Refreshing mirror list ...'
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