1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Merge pull request #3734 from holta/ubuntu2410

Welcome Ubuntu 24.10 (Oracular Oriole) pre-releases
This commit is contained in:
A Holt 2024-05-01 10:45:01 -04:00 committed by GitHub
commit d79822146e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 0 deletions

View file

@ -88,6 +88,7 @@ case $OS_VER in
"ubuntu-2204" | \
"ubuntu-2310" | \
"ubuntu-2404" | \
"ubuntu-2410" | \
"linuxmint-21" | \
"linuxmint-22" | \
"raspbian-12")

View file

@ -774,6 +774,7 @@ pbx_http_port: 83
is_debuntu: False # Covers all 4: Ubuntu, Linux Mint, Debian, Raspberry Pi OS (Raspbian)
is_ubuntu: False # Covers: Ubuntu, Linux Mint
is_ubuntu_2410: False
is_ubuntu_2404: False
is_ubuntu_2310: False
#is_ubuntu_2304: False

5
vars/ubuntu-2410.yml Normal file
View file

@ -0,0 +1,5 @@
# Every is_<OS_VER> var is initially set to 'False' at the bottom of
# /opt/iiab/iiab/vars/default_vars.yml -- these 'True' lines override that:
is_debuntu: True
is_ubuntu: True # Opposite of is_debian for now
is_ubuntu_2410: True