Skip to content

Commit 2fe3a18

Browse files
committed
[feature] Added support for Debian 13 in auto-install script #491
Closes #491
1 parent 7eb144b commit 2fe3a18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy/auto-install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ init_setup() {
247247
echo -e " - 2GB RAM (Minimum)"
248248
echo -e " - Root privileges"
249249
echo -e " - Supported systems"
250-
echo -e " - Debian: 11 & 12"
250+
echo -e " - Debian: 11, 12 & 13"
251251
echo -e " - Ubuntu 22.04 & 24.04"
252252
echo -e ${YLW}"\nYou can use -u\--upgrade if you are upgrading from an older version.\n"${NON}
253253
fi
@@ -269,7 +269,7 @@ init_setup() {
269269

270270
if [[ "$system_id" == "Debian" || "$system_id" == "Ubuntu" ]]; then
271271
case "$system_release" in
272-
22.04 | 24.04 | 11 | 12)
272+
22.04 | 24.04 | 11 | 12 | 13)
273273
if [[ "$1" == "upgrade" ]]; then
274274
report_ok && upgrade_debian
275275
else
@@ -295,7 +295,7 @@ init_help() {
295295
echo -e " - 2GB RAM (Minimum)"
296296
echo -e " - Root privileges"
297297
echo -e " - Supported systems"
298-
echo -e " - Debian: 11 & 12"
298+
echo -e " - Debian: 11, 12 & 13"
299299
echo -e " - Ubuntu 22.04 & 24.04\n"
300300
echo -e " -i\--install : (default) Install OpenWISP"
301301
echo -e " -u\--upgrade : Change OpenWISP version already setup with this script"

docs/images/auto-install.png

-53.5 KB
Loading

0 commit comments

Comments
 (0)