close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
Jan 16, 2012, 12:16:08 PM (14 years ago)
- Author:
-
ramon
- Comment:
-
Short URL
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v13
|
v14
|
|
25 | 25 | === Installation Script === |
26 | 26 | |
27 | | [wiki:WikiStart/en OpenGnSys] installation is done by running the installation script [browser:trunk/installer/opengnsys_installer.sh opengnsys_installer.sh], which can be downloaded directly from [http://www.opengnsys.es/browser/trunk/installer/opengnsys_installer.sh?format=txt] |
| 27 | [wiki:WikiStart/en OpenGnSys] installation is done by running the installation script [browser:trunk/installer/opengnsys_installer.sh opengnsys_installer.sh], which can be downloaded directly from [http://www.opengnsys.es/svn/trunk/installer/opengnsys_installer.sh] |
28 | 28 | |
29 | 29 | 1. Download the script. Examples with various tools: |
30 | 30 | a. Download with wget. |
31 | 31 | {{{ |
32 | | wget http://www.opengnsys.es/browser/trunk/installer/opengnsys_installer.sh?format=txt -O opengnsys_installer.sh |
| 32 | wget http://www.opengnsys.es/svn/trunk/installer/opengnsys_installer.sh |
33 | 33 | }}} |
34 | 34 | a. Download with curl. |
35 | 35 | {{{ |
36 | | curl http://www.opengnsys.es/browser/trunk/installer/opengnsys_installer.sh?format=txt > opengnsys_installer.sh |
| 36 | curl http://www.opengnsys.es/svn/trunk/installer/opengnsys_installer.sh > opengnsys_installer.sh |
37 | 37 | }}} |
38 | | a. Download with a web browser. Click on the link above and save the file {{{opengnsys_installer.sh}}} name. |
| 38 | a. Download with a web browser. Click on the link [http://www.opengnsys.es/svn/trunk/installer/opengnsys_installer.sh] and save the file as {{{opengnsys_installer.sh}}} |
39 | 39 | |
40 | 40 | 2. Installation process. |