OSDN Git Service

add manjaro calamares wrapper
authorpaperbenni <paperbenni@gmail.com>
Mon, 1 Jun 2020 09:50:19 +0000 (11:50 +0200)
committerpaperbenni <paperbenni@gmail.com>
Mon, 1 Jun 2020 09:50:19 +0000 (11:50 +0200)
manjaro.sh

index c248e5f..7e7b0ee 100755 (executable)
@@ -7,6 +7,25 @@
 
 echo "installing instantOS manjaro edition"
 
+cd /root
+[ -e instantARCH ] && rm -rf instantARCH
+git clone --depth=1 https://github.com/instantos/instantARCH.git
+cd instantARCH
+
+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
+
 # not a whole lot of progress made here xD
 
 echo "done installing instantOS"