OSDN Git Service

manjaro fixes
[instantos/instantARCH.git] / systeminstall.sh
index c1e0a10..fd4a4cb 100755 (executable)
@@ -75,6 +75,10 @@ chrootscript "lang/locale" "setting locale"
 if ! [ -e /root/instantARCH/config/onlyarch ] &&
     ! [ -e /opt/onlyarch ]; then
     chrootscript "instantos/install" "configuring instantOS, this will take a while"
+    if grep -iq 'manjaro' /etc/os-release; then
+        echo "manjaro extra steps"
+        chrootscript "chroot/chroot" "extra steps for manjaro"
+    fi
 fi
 
 # mark installation as susccessful