mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #3023 from holta/desupport-raspbian-10
Desupport Raspberry Pi OS 10 (Bullseye version looking good!)
This commit is contained in:
commit
c65cc9bbbd
2 changed files with 2 additions and 6 deletions
|
@ -173,11 +173,7 @@ $APT_PATH/apt -y install python3-pip
|
|||
# https://github.com/iiab/iiab/pull/3022
|
||||
pip3 config --global set global.cache-dir false
|
||||
echo -e "\n\n'pip3 install --upgrade ansible-core' will now run:\n"
|
||||
if grep -qr buster /etc/apt; then
|
||||
pip3 install --upgrade ansible-core==2.11.6 # TEMPORARY support for RasPiOS Buster's Python 3.7
|
||||
else
|
||||
pip3 install --upgrade ansible-core # ansible-core 2.12 (ETA 2021-11-08) requires Python >= 3.8
|
||||
fi
|
||||
pip3 install --upgrade ansible-core # ansible-core 2.12 (released 2021-11-08) requires Python >= 3.8
|
||||
|
||||
# (Re)running collection installs appears safe, with --force-with-deps to force
|
||||
# upgrade of collection and dependencies it pulls in. Note Ansible may support
|
||||
|
|
|
@ -64,6 +64,7 @@ OS_VER="$OS-$VERSION_ID"
|
|||
#"centos-7" | \
|
||||
#"raspbian-8" | \
|
||||
#"raspbian-9" | \
|
||||
#"raspbian-10" | \
|
||||
|
||||
# 2021-09-27: With Debian 12 (Bookworm) pre-releases, please manually add
|
||||
# this line to its /etc/os-release before installing IIAB: VERSION_ID="12"
|
||||
|
@ -77,7 +78,6 @@ case $OS_VER in
|
|||
"ubuntu-2204" | \
|
||||
"linuxmint-20" | \
|
||||
"linuxmint-21" | \
|
||||
"raspbian-10" | \
|
||||
"raspbian-11")
|
||||
;;
|
||||
*) OS_VER="OS Not Supported -- Plz Read: https://github.com/iiab/iiab/wiki/IIAB-Platforms"
|
||||
|
|
Loading…
Add table
Reference in a new issue