This commit is contained in:
simono41 2018-06-02 00:01:16 +02:00
commit 8ec6fff27c

View file

@ -49,8 +49,7 @@ if [ "${version}" == "libre" ]; then
fi fi
function minimalinstallation() { function minimalinstallation() {
cp pacman.conf /etc/pacman.conf pacman -S $(cat base.txt) --needed --ignore linux
pacman -Syu $(cat base.txt) --needed --noconfirm
cp mirrorlist* /etc/pacman.d/ cp mirrorlist* /etc/pacman.d/
if [ "${deletecache}" == "y" ]; then if [ "${deletecache}" == "y" ]; then