Files
Tricky-Addon-Update-Target-…/module/action.sh
KOWX712 35f07c5b1b Fix
fix installation process keep going on when tricky store is not installed
2024-10-26 02:22:12 +08:00

11 lines
263 B
Bash

MODDIR=${0%/*}
echo "**********************************************"
echo "- Staring script..."
echo " "
sh "$MODDIR"/common/UpdateTargetList.sh
echo "**********************************************"
echo "\(__All set!__)/"
echo "Exiting in 3 seconds..."
sleep 3