User Tools

Site Tools


doc:howto:nx-libs-betatesting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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
  
-. /etc/os-release+if [ -f /etc/os-release ] ; then 
 + . /etc/os-release 
 +else 
 + echo '/etc/os-release not found. Unable to detect distribution.' 
 + exit 1 
 +fi
  
 if [ 'debian' != "$ID" ] && [ "ubuntu" != "$ID" ]; then if [ 'debian' != "$ID" ] && [ "ubuntu" != "$ID" ]; then
doc/howto/nx-libs-betatesting.txt · Last modified: 2020/01/14 16:46 by stefanbaur