OSDN Git Service

minor fixes
[instantos/instantARCH.git] / manjaro.sh
index c248e5f..3c3b55e 100755 (executable)
@@ -7,6 +7,23 @@
 
 echo "installing instantOS manjaro edition"
 
-# not a whole lot of progress made here xD
+cd /root
+[ -e instantARCH ] && rm -rf instantARCH
+git clone --depth=1 https://github.com/instantos/instantARCH.git
+cd instantARCH
+chmod +x *.sh
+chmod 755 ./*/*.sh
+
+./depend/depend.sh
+./init/init.sh
+
+pacman -S --noconfirm --needed base \
+    linux linux-headers \
+    linux-lts linux-lts-headers \
+    linux-firmware
+
+./depend/system.sh
+./user/modify.sh
+./instantos/install.sh
 
 echo "done installing instantOS"