diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-03 09:31:51 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-03 09:31:51 +0100 |
commit | 2b6f8123e925e3be8ce7c04eccdd49fc728314a5 (patch) | |
tree | 78e86bb428b3bc821ae84d0f6abe86136356bd1a /install-webserver.sh | |
parent | 5581340f23b31114d33736c630de849898668f38 (diff) |
Separated out libcommon as libreichwein
Diffstat (limited to 'install-webserver.sh')
-rwxr-xr-x | install-webserver.sh | 2 |
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 |