feat: new config file format and features

This commit is contained in:
bot-ece477 2026-03-17 18:58:05 +08:00
parent bc85a9a77a
commit 5e8a2ae862

View File

@ -48,17 +48,11 @@ software_install() {
} }
custom_commands() {
for((i=0; i<${#COMMANDS[@]}; i++)); do
eval ${COMMANDS[i]};
done
}
net_wait net_wait
import_config import_config
software_install
services_restart services_restart
custom_commands
software_install
exit 0 exit 0