diff --git a/archinstall/archinstall-dev.sh b/archinstall/archinstall-dev.sh index 3f9c544..195896f 100755 --- a/archinstall/archinstall-dev.sh +++ b/archinstall/archinstall-dev.sh @@ -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