diff options
| author | Roland Reichwein <mail@reichwein.it> | 2022-11-04 17:50:00 +0100 | 
|---|---|---|
| committer | Roland Reichwein <mail@reichwein.it> | 2022-11-04 17:50:00 +0100 | 
| commit | 068fab764cc5235f4046372f11d0dc56c36a761c (patch) | |
| tree | 4e74e9b02ada7353d884bad3a40761d783a0dba9 | |
| parent | f3d667866711b3eb4b89125ba6e6597a45cd16d9 (diff) | |
Install files for direct download
| -rwxr-xr-x | install-webserver.sh | 2 | 
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 | 
