File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
example/src/main/resources/static/scripts Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,8 @@ test_sudo
120
120
# 22.04 jammy LTS 2027-04
121
121
# 24.04 noble LTS 2029-04
122
122
# 24.10 oracular - 2025-07
123
- LATEST_SUPPORTED_UBUNTU_CODENAME=' oracular'
123
+ # 25.04 plucky - 2026-01
124
+ LATEST_SUPPORTED_UBUNTU_CODENAME=' plucky'
124
125
125
126
# check if Debian or Ubuntu
126
127
distro=$( lsb_release -is | tr ' [:upper:]' ' [:lower:]' )
@@ -153,7 +154,7 @@ case $distro in
153
154
utopic|vivid|wily|trusty|artful|cosmic|disco|xenial|eoan|groovy|hirsute|impish|bionic|zorin|kinetic|lunar|mantic|focal)
154
155
make_fail " Ubuntu $codename is not officially supported"
155
156
;;
156
- jammy|noble|oracular)
157
+ jammy|noble|oracular|plucky )
157
158
add_repository $codename
158
159
;;
159
160
* )
You can’t perform that action at this time.
0 commit comments