This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
doc:howto:nx-libs-betatesting [2020/01/14 16:44] stefanbaur [What is Arctica and what do they have to do with X2Go and NX-Libs?] |
doc:howto:nx-libs-betatesting [2020/01/14 16:46] (current) stefanbaur [Installation Instructions] Added an error-check for /etc/os-release |
||
|---|---|---|---|
| Line 36: | Line 36: | ||
| fi | fi | ||
| - | . / | + | if [ -f / |
| + | . / | ||
| + | else | ||
| + | echo '/ | ||
| + | exit 1 | ||
| + | fi | ||
| if [ ' | if [ ' | ||