1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-16 10:11:32 +01:00

Only nomodeset start, less problems in install

This commit is contained in:
2017-01-18 20:16:56 +01:00
parent 84517f6ec5
commit ae0613f3a1
4 changed files with 4 additions and 12 deletions

View File

@@ -795,6 +795,7 @@ function installconf {
# Clean pacman
echo "$(T "Cleaning")"
execl chroot rm -rf $sfslocate/var/cache/pacman/pkg/*
execl chroot pacman -Sc --noconfirm
} # Fin installconf