Clash between function names
This commit is contained in:
parent
3d259de720
commit
94948257b1
@ -86,7 +86,7 @@ function show_apps {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function remove_apps_interactive {
|
function remove_apps_selected {
|
||||||
# which apps need to be removed?
|
# which apps need to be removed?
|
||||||
removals=""
|
removals=""
|
||||||
app_index=0
|
app_index=0
|
||||||
@ -129,7 +129,7 @@ function remove_apps_interactive {
|
|||||||
remove_apps
|
remove_apps
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_apps_interactive {
|
function install_apps_selected {
|
||||||
# which apps need to be installed?
|
# which apps need to be installed?
|
||||||
installs=""
|
installs=""
|
||||||
app_index=0
|
app_index=0
|
||||||
@ -190,7 +190,7 @@ show_apps
|
|||||||
|
|
||||||
clear
|
clear
|
||||||
|
|
||||||
remove_apps_interactive
|
remove_apps_selected
|
||||||
install_apps_interactive
|
install_apps_selected
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
@ -52,7 +52,7 @@ MY_USERNAME=
|
|||||||
DEFAULT_DOMAIN_NAME=
|
DEFAULT_DOMAIN_NAME=
|
||||||
DEFAULT_DOMAIN_CODE=
|
DEFAULT_DOMAIN_CODE=
|
||||||
MY_EMAIL_ADDRESS=
|
MY_EMAIL_ADDRESS=
|
||||||
SYSTEM_TYPE=
|
SYSTEM_TYPE='full'
|
||||||
INSTALLING_ON_BBB="no"
|
INSTALLING_ON_BBB="no"
|
||||||
DDNS_PROVIDER=
|
DDNS_PROVIDER=
|
||||||
DDNS_USERNAME=
|
DDNS_USERNAME=
|
||||||
@ -1331,7 +1331,7 @@ function interactive_config {
|
|||||||
|
|
||||||
dialog --title $"Freedombone" --msgbox "$INITIAL_MESSAGE" 15 50
|
dialog --title $"Freedombone" --msgbox "$INITIAL_MESSAGE" 15 50
|
||||||
|
|
||||||
choose_system_variant
|
#choose_system_variant
|
||||||
set_main_repo
|
set_main_repo
|
||||||
choose_username
|
choose_username
|
||||||
choose_full_name
|
choose_full_name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user