Skip to content

Commit

Permalink
Avoid using external urls for download
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed Jul 4, 2017
1 parent c7c1922 commit 3bfed7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install_ossim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ chmod 644 /usr/share/ossim/*.pdf
mkdir -p /var/www/html/ossim/
ln -s -f /usr/share/ossim/*.pdf /var/www/html/ossim/

wget -c --progress=dot:mega "http://epinux.com/data/ossim.tar.gz"
wget -c --progress=dot:mega "http://download.osgeo.org/livedvd/data/ossim/ossim.tar.gz"
tar -zxvf ossim.tar.gz
mv ossim/* /usr/share/ossim/
rm -rf ossim ossim.tar.gz
Expand Down

0 comments on commit 3bfed7c

Please sign in to comment.