1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-18 19:21:32 +01:00

Mate install (dev)

This commit is contained in:
2017-01-18 20:35:38 +01:00
parent 4082c40ff1
commit 0ee16f7eff

View File

@@ -704,6 +704,14 @@ function installconf {
if [[ $optentorno = 4 ]];then #GDM remove in gnome
execl chroot pacman -R gdm --noconfirm
fi
if [[ $optentorno = 5 ]];then #MATE
if [[ $isoffline = "1" ]];then # Is an offline installation?
tar xJf mods/MATE.tar.xz -C /mnt/
else #online
wget -nv https://gitlab.com/JKANetwork/JKArch/raw/master/mods/MATE.tar.xz -O- | tar xJf - -C /mnt/
fi
fi
if [[ $optentorno = 6 ]];then #Plasma, remove 2 apps
execl chroot pacman -R plasma-mediacenter ksshaskpass --noconfirm