Fixes for debian and first version of fedora script
This commit is contained in:
@@ -35,7 +35,7 @@ add_repositories() {
|
||||
)
|
||||
|
||||
selected_repositories=$(whiptail --title "Add Repositories" --checklist \
|
||||
"Choose the repositories you want to add:" 20 78 3 \
|
||||
"Choose the repositories you want to add:" 20 78 7 \
|
||||
"${options[@]}" 3>&1 1>&2 2>&3)
|
||||
|
||||
for repository in $selected_repositories; do
|
||||
|
||||
Reference in New Issue
Block a user