Bye SourceForge

This commit is contained in:
earnolmartin 2018-04-02 17:16:43 -06:00
parent dc5d71adb9
commit 363e7d25d2

View file

@ -185,7 +185,7 @@ function getLatestEHCPFiles(){
# Get the latest snapshot files of EHCP Force
if [ "$operationMode" == "update" ] || [ "$operationMode" == "upgrade" ]; then
wget -O "ehcpforce_stable_snapshot.tar.gz" -N http://sourceforge.net/projects/ehcpforce/files/ehcpforce_stable_snapshot.tar.gz/download
wget -O "ehcpforce_stable_snapshot.tar.gz" -N https://github.com/earnolmartin/EHCP-Force-Edition/releases/download/1.1.1.1/ehcpforce_stable_snapshot.tar.gz
tar -zxvf "ehcpforce_stable_snapshot.tar.gz"
cd ehcp
CUREHCPDLDIR=$(pwd)