diff options
author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2022-06-08 13:37:53 +0000 |
---|---|---|
committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2022-06-08 13:37:53 +0000 |
commit | bea7534624b1541d9aea526d3bb807ed864c1f2e (patch) | |
tree | 08e04f81c5ffef16f236037dfd7b1b77bb676c30 /src/VBox/Installer | |
parent | 8ae2df27ed09d7400f67226e0b2898baeda8612c (diff) | |
download | VirtualBox-svn-bea7534624b1541d9aea526d3bb807ed864c1f2e.tar.gz |
Installer: Linux: Add Ubuntu 22.04 into the list of Debian distributions.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@95230 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Installer')
-rw-r--r-- | src/VBox/Installer/linux/distributions_deb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/VBox/Installer/linux/distributions_deb b/src/VBox/Installer/linux/distributions_deb index 36449f9b020..c9762b9e77b 100644 --- a/src/VBox/Installer/linux/distributions_deb +++ b/src/VBox/Installer/linux/distributions_deb @@ -4,6 +4,7 @@ _Debian_stretch = DEBIAN_9_0 _Debian_jessie = DEBIAN_8_0 _Debian_wheezy = DEBIAN_7_0 _Debian_squeeze = DEBIAN_6_0 +_Ubuntu_jammy = UBUNTU_22_04 _Ubuntu_eoan = UBUNTU_19_10 _Ubuntu_bionic = UBUNTU_18_04 _Ubuntu_xenial = UBUNTU_16_04 |