mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
commit
a0a43f3048
2 changed files with 24 additions and 1 deletions
|
@ -85,7 +85,8 @@ case $OS_VER in
|
||||||
"ubuntu-2210" | \
|
"ubuntu-2210" | \
|
||||||
"ubuntu-2304" | \
|
"ubuntu-2304" | \
|
||||||
"linuxmint-21" | \
|
"linuxmint-21" | \
|
||||||
"raspbian-11")
|
"raspbian-11" | \
|
||||||
|
"raspbian-12")
|
||||||
;;
|
;;
|
||||||
*) echo -e "\n\e[41;1mOS '$OS_VER' IS NOT SUPPORTED. Please read:\e[0m\n\n\e[1mhttps://github.com/iiab/iiab/wiki/IIAB-Platforms\e[0m\n" ; exit 1 # Used by /opt/iiab/iiab/iiab-install
|
*) echo -e "\n\e[41;1mOS '$OS_VER' IS NOT SUPPORTED. Please read:\e[0m\n\n\e[1mhttps://github.com/iiab/iiab/wiki/IIAB-Platforms\e[0m\n" ; exit 1 # Used by /opt/iiab/iiab/iiab-install
|
||||||
;;
|
;;
|
||||||
|
|
22
vars/raspbian-12.yml
Normal file
22
vars/raspbian-12.yml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# 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_debian: True # Opposite of is_ubuntu for now
|
||||||
|
is_debian_12: True
|
||||||
|
is_raspbian: True
|
||||||
|
is_raspbian_12: True
|
||||||
|
|
||||||
|
# proxy: squid
|
||||||
|
# proxy_user: proxy
|
||||||
|
# apache_service: apache2
|
||||||
|
# apache_user: www-data
|
||||||
|
# smb_service: smbd
|
||||||
|
# nmb_service: nmbd
|
||||||
|
# systemctl_program: /bin/systemctl
|
||||||
|
# mysql_service: mariadb
|
||||||
|
# sshd_package: ssh
|
||||||
|
# sshd_service: ssh
|
||||||
|
# systemd_location: /lib/systemd/system
|
||||||
|
# php_version: "7.4"
|
||||||
|
# postgresql_version: 13
|
||||||
|
# python_version: "3.9"
|
Loading…
Reference in a new issue