File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -2751,7 +2751,7 @@ install_repositories_for_virtualbox_on_debian() {
27512751 fasttrack_file_debsource=" /etc/apt/sources.list.d/fasttrack.list"
27522752 fasttrack_file_deb822source=" /etc/apt/sources.list.d/fasttrack.sources"
27532753 fasttrack_types_debsource=" deb"
2754- case " ${distro_codename_debian } " in
2754+ case " ${distro_codename_real } " in
27552755 bookworm)
27562756 fasttrack_signedby_debsource=" /etc/apt/trusted.gpg.d/fasttrack-archive-keyring.gpg"
27572757 ;;
@@ -3063,10 +3063,16 @@ Signed-By: ${oracle_signedby_debsource}"
30633063 fi
30643064
30653065 case " ${distro_codename_real} " in
3066- bullseye|bookworm|trixie )
3066+ bullseye|bookworm)
30673067 install_backports_and_fasttrack_repository_debian
30683068 return 0
30693069 ;;
3070+ trixie)
3071+ # # Please upload VirtualBox to trixie-fasttrack
3072+ # # https://salsa.debian.org/fasttrack-team/support/-/issues/74
3073+ install_unstable_repository_debian
3074+ return 0
3075+ ;;
30703076 forky)
30713077 install_unstable_repository_debian
30723078 return 0
You can’t perform that action at this time.
0 commit comments