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

Prepare for Ubuntu 21.04 (Hirsute Hippo)

This commit is contained in:
root 2020-11-15 00:25:49 +00:00
parent 7f80fbd2e3
commit 3ecfa69c82
3 changed files with 33 additions and 0 deletions

View file

@ -60,10 +60,14 @@ OS_VER=$OS-$VERSION_ID
# 2020-10-21: Debian 11 (Bullseye) not yet supported but adding this line to
# its /etc/os-release can help testing this unreleased OS: VERSION_ID="11"
# 2020-11-14: Ubuntu 21.04 (Hirsute Hippo) not yet supported but this
# unreleased OS can help testing.
case $OS_VER in
"debian-10" | \
"debian-11" | \
"ubuntu-20" | \
"ubuntu-21" | \
"linuxmint-20" | \
"raspbian-10")
;;