Difference between revisions of "Upgrade to trunk"

From FOG Project
Jump to: navigation, search
(Created page with "=Methods= ==SVN== svn co https://svn.code.sf.net/p/freeghost/code/trunk /some/local/folder Then navigate to the folder you specified and run: Code: sudo /bin/./installfog.sh")
 
(SVN)
Line 3: Line 3:
 
==SVN==
 
==SVN==
 
svn co https://svn.code.sf.net/p/freeghost/code/trunk /some/local/folder
 
svn co https://svn.code.sf.net/p/freeghost/code/trunk /some/local/folder
 +
 
Then navigate to the folder you specified and run:
 
Then navigate to the folder you specified and run:
  
 
Code:
 
Code:
 
sudo /bin/./installfog.sh
 
sudo /bin/./installfog.sh

Revision as of 15:16, 24 October 2014

Methods

SVN

svn co https://svn.code.sf.net/p/freeghost/code/trunk /some/local/folder

Then navigate to the folder you specified and run:

Code: sudo /bin/./installfog.sh