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
9 lines
281 B
Bash
9 lines
281 B
Bash
MODPATH=${0%/*}
|
|
TS="/data/adb/tricky_store"
|
|
# Remove residue and restore original keybox.
|
|
rm -rf "$TS/target_list_config"
|
|
rm -f "$TS/UpdateTargetList.sh"
|
|
if [ -f "$MODPATH/common/origkeybox" ]; then
|
|
rm -f "$TS/keybox.xml"
|
|
mv "$MODPATH/common/origkeybox" "$TS/keybox.xml"
|
|
fi |