From 068fab764cc5235f4046372f11d0dc56c36a761c Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 4 Nov 2022 17:50:00 +0100 Subject: Install files for direct download --- install-webserver.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install-webserver.sh') diff --git a/install-webserver.sh b/install-webserver.sh index 9afab7b..d32f5f1 100755 --- a/install-webserver.sh +++ b/install-webserver.sh @@ -17,4 +17,6 @@ cd /var/www/reichwein.it-debian for i in $DISTROS; do echo "Installing webserver for $i ..." reprepro -C $i --ignore=wrongdistribution include stable /home/rr/result/$i/webserver_${VERSION}_amd64.changes + echo "Copying webserver for $i to direct download location ..." + cp /home/rr/result/$i/webserver_${VERSION}_*.deb /var/www/reichwein.it-download/$i/ done -- cgit v1.2.3