You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
fix webui installation skip
Magisk action.sh: On next installation, prompt webui again if rejected.
This commit is contained in:
@@ -2,6 +2,9 @@ initialize() {
|
|||||||
if [ -f "$SCRIPT_DIR/UpdateTargetList.sh" ]; then
|
if [ -f "$SCRIPT_DIR/UpdateTargetList.sh" ]; then
|
||||||
rm -f "$SCRIPT_DIR/UpdateTargetList.sh"
|
rm -f "$SCRIPT_DIR/UpdateTargetList.sh"
|
||||||
fi
|
fi
|
||||||
|
if [ -f "$CONFIG_DIR/skipwebui" ]; then
|
||||||
|
rm -f "$CONFIG_DIR/skipwebui"
|
||||||
|
fi
|
||||||
cp "$MODPATH/module.prop" "$COMPATH/module.prop.orig"
|
cp "$MODPATH/module.prop" "$COMPATH/module.prop.orig"
|
||||||
mv "$COMPATH/UpdateTargetList.sh" "$SCRIPT_DIR/UpdateTargetList.sh"
|
mv "$COMPATH/UpdateTargetList.sh" "$SCRIPT_DIR/UpdateTargetList.sh"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user