Add/Remove apps on the control panel
This commit is contained in:
parent
959cf717c9
commit
a8588e2b9e
|
@ -1896,21 +1896,22 @@ function menu_top_level {
|
|||
2 $"Backup and Restore" off \
|
||||
3 $"Reset Tripwire" off \
|
||||
4 $"App Settings" off \
|
||||
5 $"Logging on/off" off \
|
||||
6 $"Ping enable/disable" off \
|
||||
7 $"Manage Users" off \
|
||||
8 $"Email Filtering Rules" off \
|
||||
9 $"Outgoing Email Proxy" off \
|
||||
10 $"Security Settings" off \
|
||||
11 $"Set the main repository (repo mirrors)" off \
|
||||
12 $"Change the name of this system" off \
|
||||
13 $"Set the TLS date/time source" off \
|
||||
14 $"Set a static local IP address" off \
|
||||
15 $"Wifi menu" off \
|
||||
16 $"Check for updates" off \
|
||||
17 $"Power off the system" off \
|
||||
18 $"Restart the system" off \
|
||||
19 $"Exit" on 2> $data
|
||||
5 $"Add/Remove Apps" off \
|
||||
6 $"Logging on/off" off \
|
||||
7 $"Ping enable/disable" off \
|
||||
8 $"Manage Users" off \
|
||||
9 $"Email Filtering Rules" off \
|
||||
10 $"Outgoing Email Proxy" off \
|
||||
11 $"Security Settings" off \
|
||||
12 $"Set the main repository (repo mirrors)" off \
|
||||
13 $"Change the name of this system" off \
|
||||
14 $"Set the TLS date/time source" off \
|
||||
15 $"Set a static local IP address" off \
|
||||
16 $"Wifi menu" off \
|
||||
17 $"Check for updates" off \
|
||||
18 $"Power off the system" off \
|
||||
19 $"Restart the system" off \
|
||||
20 $"Exit" on 2> $data
|
||||
sel=$?
|
||||
case $sel in
|
||||
1) exit 1;;
|
||||
|
@ -1921,21 +1922,22 @@ function menu_top_level {
|
|||
2) menu_backup_restore;;
|
||||
3) reset_tripwire;;
|
||||
4) app_settings;;
|
||||
5) logging_on_off;;
|
||||
6) ping_enable_disable;;
|
||||
7) menu_users;;
|
||||
8) menu_email;;
|
||||
9) smtp_proxy;;
|
||||
10) security_settings;;
|
||||
11) set_main_repo;;
|
||||
12) change_system_name;;
|
||||
13) set_tls_time_source;;
|
||||
14) set_static_IP;;
|
||||
15) menu_wifi;;
|
||||
16) check_for_updates;;
|
||||
17) shut_down_system;;
|
||||
18) restart_system;;
|
||||
19) break;;
|
||||
5) ${PROJECT_NAME}-addremove;;
|
||||
6) logging_on_off;;
|
||||
7) ping_enable_disable;;
|
||||
8) menu_users;;
|
||||
9) menu_email;;
|
||||
10) smtp_proxy;;
|
||||
11) security_settings;;
|
||||
12) set_main_repo;;
|
||||
13) change_system_name;;
|
||||
14) set_tls_time_source;;
|
||||
15) set_static_IP;;
|
||||
16) menu_wifi;;
|
||||
17) check_for_updates;;
|
||||
18) shut_down_system;;
|
||||
19) restart_system;;
|
||||
20) break;;
|
||||
esac
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue