fix
This commit is contained in:
parent
5836c7be1b
commit
5c0abc3162
1 changed files with 1 additions and 2 deletions
|
@ -49,8 +49,7 @@ if [ "${version}" == "libre" ]; then
|
|||
fi
|
||||
|
||||
function minimalinstallation() {
|
||||
cp pacman.conf /etc/pacman.conf
|
||||
pacman -Syu $(cat base.txt) --needed --noconfirm
|
||||
pacman -S $(cat base.txt) --needed --ignore linux
|
||||
cp mirrorlist* /etc/pacman.d/
|
||||
|
||||
if [ "${deletecache}" == "y" ]; then
|
||||
|
|
Loading…
Reference in a new issue