This commit is contained in:
simono41 2018-06-01 23:37:01 +02:00
parent 5836c7be1b
commit 5c0abc3162

View file

@ -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