Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

css-update.sh is a linux script that will make easy update CS-Studio to a specific version. It can be downloaded here, andDownload it into your home directory, then execute the following commands:

    sudo mv '/home/claudiorosati/css-update.sh' /usr/bin/css-update
    sudo chmod +x /usr/bin/css-update

Now you can use it in the following manner: css-update [-d] <version>, where 

  • -d will take updates from the development repository,
  • <version> is the version you want to be updated to.

This command:

  • will move /opt/cs-studio folder into /opt/cs-studio-<old-version>,
  • will download the requested version and extract it into a temporary folder,
  • will move the extracted version into /opt/cs-studio.

Example: css-update -d 4.5.0.1 will download the development version of CS–Studio 4.5.0.1 and install it into /opt so next time the css command will be run the new version of CS-Studio will start.

Development

Ver. 4.5.0.1

...