fix
This commit is contained in:
parent
2e0c1f71d9
commit
445871d355
1 changed files with 5 additions and 2 deletions
|
@ -48,9 +48,12 @@ if [ "${version}" == "libre" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
function minimalinstallation() {
|
function minimalinstallation() {
|
||||||
cp pacman* /etc/
|
|
||||||
cp mirrorlist* /etc/pacman.d/
|
cp mirrorlist* /etc/pacman.d/
|
||||||
pacman-key --init
|
pacman -Scc
|
||||||
|
pacman -Syy <<EOT
|
||||||
|
j
|
||||||
|
j
|
||||||
|
EOT
|
||||||
|
|
||||||
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