Re-installation re-installation process

Why re-installation required?

When the project gets new interesting libraries, plugins or frameworks it requires gui re-installation.

How does it impact the system?

Re-installation process does not touch a work of a daemon and the daemon will work without any changes, until you click on Apply button in new version.

What should I to do?

Prepare and run your script

  • Move to home, delete old data (if it is) and download latest release (or just copy/paste):

    cd ~; sudo rm -r tgui_install*; wget https://github.com/tacacsgui/tgui_install/releases/download/2.0.1/tgui_install.tar.gz
  • Unpack and move to unpacked files:

    mkdir tgui_install; tar -xvf tgui_install.tar.gz -C ~/tgui_install/ --strip-components 1; cd ./tgui_install
  • Make it executable and run (silent means “I don’t want any questions, just re-install please”):

    sudo chmod 755 ./tacacsgui.sh ; sudo ./tacacsgui.sh silent
  • Source code of installation/re-installation code is here.
Author: Alexey Mochalin; Created at: 2019-06-17 14:59:41; Updated at: 2019-07-09 18:08:19