fix
This commit is contained in:
parent
445871d355
commit
bdd6640f0c
1 changed files with 2 additions and 2 deletions
|
@ -49,11 +49,11 @@ fi
|
|||
|
||||
function minimalinstallation() {
|
||||
cp mirrorlist* /etc/pacman.d/
|
||||
pacman -Scc
|
||||
pacman -Syy <<EOT
|
||||
pacman -Scc <<EOT
|
||||
j
|
||||
j
|
||||
EOT
|
||||
pacman -Scc
|
||||
|
||||
if [ "${version}" == "libre" ]; then
|
||||
pacman -U --noconfirm --force https://www.parabola.nu/packages/libre/any/parabola-keyring/download
|
||||
|
|
Loading…
Reference in a new issue