I will ramp down the system and bring it back up during the lunch break after installing the tag 2.1.10.
To install a new version of Karabo use the script attached on your terminal move your the karabo directory to a backup or remove it. to backup: $ mv ~/karabo ~/karabo.bkp
to remove: $ rm -fr ~/karabo then execute: $ bash PATHTO/download.sh
#!/bin/bash if [ -z ${outfilename} ] then outfilename=.karabo.sh fi echo $outfilename git clone https://xfel.redmine:K9Sss5CmWtQ_nbx3gyt2@git.xfel.eu/gitlab/Karabo/commissioning-guidelines .temp-commissioning --depth=1 cp -f .temp-commissioning/project_generation/install.sh .install.sh rm -fr .temp-commissioning . .install.sh rm ${outfilename} rm .install.sh