Bye SourceForge
This commit is contained in:
parent
7589aff196
commit
22828fd693
3 changed files with 3 additions and 3 deletions
|
@ -195,7 +195,7 @@ function getLatestEHCPFiles(){
|
|||
if [ "$svnCount" -gt "0" ]; then
|
||||
echo -e "Unable to download the EHCP files from SVN! Please make sure you are connected to the internet. Trying again..."
|
||||
fi
|
||||
svn checkout svn://svn.code.sf.net/p/ehcpforce/code/trunk/ehcpforce/ ./
|
||||
svn checkout https://github.com/earnolmartin/EHCP-Force-Edition/trunk/ehcp ./ehcp
|
||||
svnCount=$((svnCount+1))
|
||||
done
|
||||
rm -Rf .svn
|
||||
|
|
|
@ -10,7 +10,7 @@ Mainly:<a href="http://www.ehcp.net" target="_blank">http://www.ehcp.net</a><br
|
|||
A great forum:<a href="http://www.ubuntuforums.org/forumdisplay.php?f=180" target="_blank">http://www.ubuntuforums.org/forumdisplay.php?f=180</a><br />
|
||||
|
||||
<a href="http://freshmeat.net/projects/ehcp/" target="_blank">http://freshmeat.net/projects/ehcp/</a><br />
|
||||
<a href="http://www.sourceforge.net/projects/ehcp" target="_blank">http://www.sourceforge.net/projects/ehcp</a><br />
|
||||
<a href="https://github.com/earnolmartin/EHCP-Force-Edition" target="_blank">https://github.com/earnolmartin/EHCP-Force-Edition</a><br />
|
||||
<a href="http://code.google.com/p/ehcp/" target="_blank">http://code.google.com/p/ehcp/</a><br />
|
||||
<a href="http://www.howtoforge.com/instaling_ehcp_on_debian_ubuntu" target="_blank">http://www.howtoforge.com/instaling_ehcp_on_debian_ubuntu</a><br /><br /><br />
|
||||
<a href="http://forum.iyibirisi.com/viewforum.php?f=3" target="_blank">http://forum.iyibirisi.com/viewforum.php?f=3</a><br>
|
||||
|
|
|
@ -42,7 +42,7 @@ Run the following commands to install the latest version of EHCP [FoRcE Edition]
|
|||
|
||||
sudo apt-get install subversion
|
||||
cd ~/Downloads
|
||||
svn checkout svn://svn.code.sf.net/p/ehcpforce/code/trunk/ehcpforce/ ./
|
||||
svn checkout https://github.com/earnolmartin/EHCP-Force-Edition/trunk/ehcp ./ehcp
|
||||
rm -Rf .svn
|
||||
cd ehcp
|
||||
sudo bash install.sh
|
||||
|
|
Loading…
Reference in a new issue