Fixes for debian and first version of fedora script

This commit is contained in:
2025-03-21 11:16:46 +01:00
parent 0ec51b1e5e
commit 29f5fc3174
3 changed files with 346 additions and 5 deletions

View File

@@ -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