Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit 05417cb

Browse files
Remove focal support
1 parent f943097 commit 05417cb

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

src/main/resources/static/scripts/install-web-eid.sh

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ test_root
117117
test_sudo
118118

119119
# version name LTS supported until
120-
# 20.04 focal LTS 2025-04
121120
# 22.04 jammy LTS 2027-04
122121
# 24.04 noble LTS 2029-04
123122
# 24.10 oracular - 2025-07
@@ -135,11 +134,6 @@ case $distro in
135134
# Debian lacks https support for apt, by default
136135
sudo apt install apt-transport-https
137136
case "$codename" in
138-
bullseye)
139-
make_warn "Debian $codename is not officially supported"
140-
make_warn "Installing from ubuntu-focal repository"
141-
add_repository focal
142-
;;
143137
bookworm)
144138
make_warn "Debian $codename is not officially supported"
145139
make_warn "Installing from ubuntu-jammy repository"
@@ -156,10 +150,10 @@ case $distro in
156150
*) ;;
157151
esac
158152
case $codename in
159-
utopic|vivid|wily|trusty|artful|cosmic|disco|xenial|eoan|groovy|hirsute|impish|bionic|zorin|kinetic|lunar|mantic)
153+
utopic|vivid|wily|trusty|artful|cosmic|disco|xenial|eoan|groovy|hirsute|impish|bionic|zorin|kinetic|lunar|mantic|focal)
160154
make_fail "Ubuntu $codename is not officially supported"
161155
;;
162-
focal|jammy|noble|oracular)
156+
jammy|noble|oracular)
163157
add_repository $codename
164158
;;
165159
*)
@@ -179,10 +173,6 @@ case $distro in
179173
make_warn "Linux Mint 21 is not officially supported"
180174
add_repository jammy
181175
;;
182-
20*)
183-
make_warn "Linux Mint 20 is not officially supported"
184-
add_repository focal
185-
;;
186176
*)
187177
make_fail "Linux Mint $release is not officially supported"
188178
;;
@@ -201,10 +191,10 @@ case $distro in
201191
;;
202192
pop)
203193
case $codename in
204-
artful|cosmic|disco|eoan|bionic)
194+
artful|cosmic|disco|eoan|bionic|focal)
205195
make_fail "Pop!_OS $codename is not officially supported"
206196
;;
207-
focal|jammy)
197+
jammy)
208198
make_warn "Pop!_OS $codename is not officially supported"
209199
add_repository $codename
210200
;;

0 commit comments

Comments
 (0)