summaryrefslogtreecommitdiffhomepage
path: root/install-webserver.sh
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-03 09:31:51 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-03 09:31:51 +0100
commit2b6f8123e925e3be8ce7c04eccdd49fc728314a5 (patch)
tree78e86bb428b3bc821ae84d0f6abe86136356bd1a /install-webserver.sh
parent5581340f23b31114d33736c630de849898668f38 (diff)
Separated out libcommon as libreichwein
Diffstat (limited to 'install-webserver.sh')
-rwxr-xr-xinstall-webserver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-webserver.sh b/install-webserver.sh
index d32f5f1..7a3d54e 100755
--- a/install-webserver.sh
+++ b/install-webserver.sh
@@ -10,7 +10,7 @@ if [ "$#" != "1" ] ; then
fi
VERSION=$1
-DISTROS="debian10 debian11 ubuntu2004 ubuntu2204"
+DISTROS="debian11 ubuntu2204 ubuntu2210"
cd /var/www/reichwein.it-debian