Skip to content

Commit

Permalink
dist-installer-cli Debian unstable ("sid") support
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Aug 27, 2023
1 parent cdcd0a3 commit 51e1ca9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions usr/bin/dist-installer-cli
Expand Up @@ -1527,6 +1527,13 @@ install_repositories_for_virtualbox_on_debian(){
# ;;
# esac

log info "VirtualBox Package Availability Check: Checking if package 'virtualbox' is already installable from an already enabled repository..."
if apt-cache policy virtualbox 2>/dev/null ; then
## Package 'virtualbox' is installable on Debian unstable ("sid").
log info "VirtualBox Package Availability Check: 'success' - Package 'virtualbox' is already installable from an already enabled repository. No need to add any extra repositories."
return 0
fi

if test "${dev}" = "1"; then
distro_codename_kicksecure_use="${distro_codename_common_use}-developers"
else
Expand Down

0 comments on commit 51e1ca9

Please sign in to comment.