1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Support Ubuntu 24.04 pre-releases

This commit is contained in:
root 2023-10-27 14:31:21 -04:00
parent 820ad42239
commit 70a139b643
2 changed files with 6 additions and 0 deletions

View file

@ -775,6 +775,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_2404: False
is_ubuntu_2310: False
is_ubuntu_2304: False
is_ubuntu_2210: False

5
vars/ubuntu-2404.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_2404: True