OSDN Git Service

bigger quickmenu
authorpaperbenni <paperbenni@gmail.com>
Wed, 7 Oct 2020 12:26:12 +0000 (14:26 +0200)
committerpaperbenni <paperbenni@gmail.com>
Wed, 7 Oct 2020 12:26:12 +0000 (14:26 +0200)
programs/quickmenu
rootinstall.sh

index 06b4275..d78aa85 100755 (executable)
@@ -13,10 +13,10 @@ pickscript() {
     while [ -z "$CHOICE" ]; do
         if [ -z "$(ls)" ]; then
             CHOICE="$(echo 'edit menu
-close' | instantmenu -bw 4 -C -l 7 -w -1)"
+close' | instantmenu -bw 4 -C -l 15 -w -1)"
 
         else
-            CHOICE="$(ls -p | sed -e '$aedit menu\nclose' | instantmenu -bw 4 -C -l 7 -w -1)"
+            CHOICE="$(ls -p | sed -e '$aedit menu\nclose' | instantmenu -bw 4 -C -l 15 -w -1)"
         fi
         if [ -e "$CHOICE" ]; then
             if [ -d "$CHOICE" ]; then
index ee07d56..599dc3a 100755 (executable)
@@ -107,6 +107,7 @@ fi
 if ! [ -e /tmp/topinstall ] && command -v plymouth-set-default-theme && ! grep -iq 'manjaro' /etc/os-release; then
     # install a custom repo
     if ! grep -q '\[instant\]' /etc/pacman.conf; then
+        echo "restoring repo"
         /usr/share/instantutils/repo.sh
     else
         echo "instantOS repo found"