mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-04-07 19:12:02 +02:00
Mate install (dev)
This commit is contained in:
@@ -705,6 +705,14 @@ function installconf {
|
||||
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
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user