summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2022-11-04 17:50:00 +0100
committerRoland Reichwein <mail@reichwein.it>2022-11-04 17:50:00 +0100
commit068fab764cc5235f4046372f11d0dc56c36a761c (patch)
tree4e74e9b02ada7353d884bad3a40761d783a0dba9
parentf3d667866711b3eb4b89125ba6e6597a45cd16d9 (diff)
Install files for direct download
-rwxr-xr-xinstall-webserver.sh2
1 files changed, 2 insertions, 0 deletions
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