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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user