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

Welcome Ubuntu 24.10 (Oracular Oriole) pre-releases

This commit is contained in:
root 2024-05-01 10:31:09 -04:00
parent 4dcd8d8823
commit 4ea8690dd3
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