|
@@ -86,7 +86,7 @@ function show_apps {
|
86
|
86
|
fi
|
87
|
87
|
}
|
88
|
88
|
|
89
|
|
-function remove_apps_interactive {
|
|
89
|
+function remove_apps_selected {
|
90
|
90
|
# which apps need to be removed?
|
91
|
91
|
removals=""
|
92
|
92
|
app_index=0
|
|
@@ -129,7 +129,7 @@ function remove_apps_interactive {
|
129
|
129
|
remove_apps
|
130
|
130
|
}
|
131
|
131
|
|
132
|
|
-function install_apps_interactive {
|
|
132
|
+function install_apps_selected {
|
133
|
133
|
# which apps need to be installed?
|
134
|
134
|
installs=""
|
135
|
135
|
app_index=0
|
|
@@ -190,7 +190,7 @@ show_apps
|
190
|
190
|
|
191
|
191
|
clear
|
192
|
192
|
|
193
|
|
-remove_apps_interactive
|
194
|
|
-install_apps_interactive
|
|
193
|
+remove_apps_selected
|
|
194
|
+install_apps_selected
|
195
|
195
|
|
196
|
196
|
exit 0
|