Last active
March 21, 2018 15:04
-
-
Save tkuennen/91e5ad4471e377c95b2f4e812daa35f5 to your computer and use it in GitHub Desktop.
Installs Retrospect
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd /tmp | |
| wget https://s3.amazonaws.com/download.retrospect.com/software/linux/v1100/Linux_Client_x64_11_0_0_107.tar | |
| tar -xvf ./Linux_Client_x64_11_0_0_107.tar | |
| sudo ./Install.sh | |
| sudo /sbin/chkconfig rcl on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment