SyneRBI / SyneRBI_VM

Virtual Machine with pre-installed SyneRBI software
http://www.ccpsynerbi.ac.uk
Apache License 2.0
3 stars 7 forks source link

provide option for system-update #156

Closed KrisThielemans closed 4 years ago

KrisThielemans commented 4 years ago

It'd be convenient to provide an option to UPDATE.sh to do the sudo steps as well, e.g. -s (for system), doing

cd ~/devel/CCPPETMR_VM/scripts/
sudo INSTALL_prerequisites_with_apt-get.sh 
sudo INSTALL_CMake.sh
sudo INSTALL_python_packages.sh
KrisThielemans commented 4 years ago

In addition, we'll have to clean previous builds. see #105

KrisThielemans commented 4 years ago

I found https://github.com/SyneRBI/SyneRBI_VM/blob/master/documentation/Updating-VM-to-a-new-major-release.md

KrisThielemans commented 4 years ago

We will provide the option, but with suitable warnings about cleaning previous builds.

KrisThielemans commented 4 years ago

copy lines from the doc in the script and update the doc to just using update_VM.sh -s