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() {
|
function minimalinstallation() {
|
||||||
cp mirrorlist* /etc/pacman.d/
|
cp mirrorlist* /etc/pacman.d/
|
||||||
pacman -Scc
|
pacman -Scc <<EOT
|
||||||
pacman -Syy <<EOT
|
|
||||||
j
|
j
|
||||||
j
|
j
|
||||||
EOT
|
EOT
|
||||||
|
pacman -Scc
|
||||||
|
|
||||||
if [ "${version}" == "libre" ]; then
|
if [ "${version}" == "libre" ]; then
|
||||||
pacman -U --noconfirm --force https://www.parabola.nu/packages/libre/any/parabola-keyring/download
|
pacman -U --noconfirm --force https://www.parabola.nu/packages/libre/any/parabola-keyring/download
|
||||||
|
|
Loading…
Reference in a new issue