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
Next revision
Previous revision
doc:howto:nx-libs-betatesting [2020/01/14 16:44]
stefanbaur [Installation Instructions]
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://sunweavers.net/blog/node/52), but they provide nightly builds as well: https://sunweavers.net/blog/node/20. From time to time, Arctica will bundle up a release (see e.g. the announcement here: https://sunweavers.net/blog/node/52), but they provide nightly builds as well: https://sunweavers.net/blog/node/20.
  
-X2Go bases its NX-Libraries releases on Arctica's release versions, similar to how Debian prefers "stable and well-tested" over bleeding edge"+X2Go bases its NX-Libraries releases on Arctica's release versions, similar to how Debian prefers "stable and well-tested" over "bleeding edge"
  
 It is possible to "pimp" X2Go with Arctica's NX-Libs, though we strongly advise against doing so on a production server. It is possible to "pimp" X2Go with Arctica's NX-Libs, though we strongly advise against doing so on a production server.
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.1579020258.txt.gz · Last modified: 2020/01/14 16:44 by stefanbaur