mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-19 03:31: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
|
if [[ $optentorno = 4 ]];then #GDM remove in gnome
|
||||||
execl chroot pacman -R gdm --noconfirm
|
execl chroot pacman -R gdm --noconfirm
|
||||||
fi
|
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
|
if [[ $optentorno = 6 ]];then #Plasma, remove 2 apps
|
||||||
execl chroot pacman -R plasma-mediacenter ksshaskpass --noconfirm
|
execl chroot pacman -R plasma-mediacenter ksshaskpass --noconfirm
|
||||||
|
|||||||
Reference in New Issue
Block a user