From 88573ca74365beb74653409fff84b8c26e8b10fe Mon Sep 17 00:00:00 2001 From: Chris Renshaw Date: Wed, 11 Jun 2025 22:17:29 -0300 Subject: [PATCH] Show Advanced Settings by default from install migrate and autopif2 --- module/action.sh | 2 +- module/customize.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/action.sh b/module/action.sh index d468327..426be15 100644 --- a/module/action.sh +++ b/module/action.sh @@ -4,7 +4,7 @@ MODPATH="${0%/*}" set +o standalone unset ASH_STANDALONE -sh $MODPATH/autopif2.sh -p || exit 1 +sh $MODPATH/autopif2.sh -a -p || exit 1 echo -e "\nDone!" diff --git a/module/customize.sh b/module/customize.sh index 5e417a0..f81b942 100644 --- a/module/customize.sh +++ b/module/customize.sh @@ -40,7 +40,7 @@ if [ -f "$MODPATH/custom.pif.json" ] && ! grep -q "api_level" $MODPATH/custom.pi ui_print "- Running migration script on custom.pif.json:" ui_print " " chmod 755 $MODPATH/migrate.sh - sh $MODPATH/migrate.sh install $MODPATH/custom.pif.json + sh $MODPATH/migrate.sh --install --advanced $MODPATH/custom.pif.json ui_print " " fi