This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
doc:howto:nx-libs-betatesting [2020/01/14 16:42] stefanbaur Updated intro section, removed credit section (as the changes are now tracked by the wiki) |
doc:howto:nx-libs-betatesting [2020/01/14 16:46] (current) stefanbaur [Installation Instructions] Added an error-check for /etc/os-release |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| From time to time, Arctica will bundle up a release (see e.g. the announcement here: https:// | From time to time, Arctica will bundle up a release (see e.g. the announcement here: https:// | ||
| - | X2Go bases its NX-Libraries releases on Arctica' | + | X2Go bases its NX-Libraries releases on Arctica' |
| It is possible to " | It is possible to " | ||
| Line 36: | Line 36: | ||
| fi | fi | ||
| - | . / | + | if [ -f / |
| + | . / | ||
| + | else | ||
| + | echo '/ | ||
| + | exit 1 | ||
| + | fi | ||
| if [ ' | if [ ' | ||
| Line 115: | Line 120: | ||
| - | <note important> | + | <note important> |
| - '' | - '' | ||
| - '' | - '' | ||