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