Skip to content

Installing rtinst

arakasi72 edited this page Jun 23, 2017 · 7 revisions

1.1 Installation of rtinst

Installing rtinst just takes a few seconds. First download the setup script, rtsetup:

wget --no-check-certificate https://raw.githubusercontent.com/arakasi72/rtinst/master/rtsetup

Then run the script. If you run it with no arguments (or the argument "release" it will install the latest release)

    sudo bash rtsetup

You can rerun rtsetup if you wish to change the release or branch of rtinst. You no longer need to explicitly use "bash" to launch rtsetup, as it has been installed, with all the other rtinst scripts.

For example:

Install the master branch build

     sudo rtsetup master

Install the latest release

    sudo rtsetup release

Install a specific release

    sudo rtsetup v1.00

After the initial install if you run it with no arguments, it will reinstall the existing release

Clone this wiki locally