OSDN Git Service

fix pamac-bug
authorpaperbenni <paperbenni@gmail.com>
Mon, 1 Jun 2020 18:34:20 +0000 (20:34 +0200)
committerpaperbenni <paperbenni@gmail.com>
Mon, 1 Jun 2020 18:34:20 +0000 (20:34 +0200)
depend/system.sh
instantos/install.sh

index fe6e323..1ac0eba 100755 (executable)
@@ -38,8 +38,3 @@ while ! pacman -S --noconfirm --needed \
 
 done
 
-# don't install arch pamac on Manjaro
-if ! grep -iq Manjaro /etc/os-release && ! command -v pamac; then
-    echo "installing pamac"
-    sudo pacman -S pamac-aur --noconfirm
-fi
index 8894fa0..3484bea 100755 (executable)
@@ -30,6 +30,12 @@ Please ensure you are connected to the internet"
 
 done
 
+# don't install arch pamac on Manjaro
+if ! grep -iq Manjaro /etc/os-release && ! command -v pamac; then
+    echo "installing pamac"
+    sudo pacman -S pamac-aur --noconfirm
+fi
+
 yes | pacman -S libxft-bgra
 
 cd ~/instantOS