This commit is contained in:
KOWX712
2024-11-18 21:04:30 +08:00
parent 605a4c8c90
commit 3015fd44ba
2 changed files with 4 additions and 0 deletions

View File

@@ -10,9 +10,11 @@ if pm list packages | grep -q "$PACKAGE_NAME"; then
else
SKIP_FILE="$SCRIPT_DIR/target_list_config/skipwebui"
if [ ! -f "$SKIP_FILE" ]; then
echo "**********************************************"
echo "- Do you want to install KSU WebUI standalone?"
echo " VOL [+]: YES"
echo " VOL [-]: NO"
echo "**********************************************"
key_check
if [[ "$keycheck" == "KEY_VOLUMEUP" ]]; then
@@ -22,6 +24,7 @@ else
echo "- Skipping WebUI installation..."
touch "$SKIP_FILE"
echo "- Skip WebUI check until next installation."
echo ""
update_script
fi
else

View File

@@ -80,4 +80,5 @@ update_script() {
echo ""
echo "\(__All set!__)/"
echo "Exiting in 2 seconds..."
sleep 2
}