Last active
August 29, 2021 13:36
-
-
Save infernalsirius/f7e0a8976df297b1bc362c4006bbcda2 to your computer and use it in GitHub Desktop.
[Unraid] User scripts #bash
This file contains 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
#! /bin/bash | |
# download package | |
wget https://download.octopusdeploy.com/linux-tentacle/tentacle-6.1.736-linux_x64.tar.gz -O tentacle-linux_x64.tar.gz | |
mkdir /opt/octopus | |
tar xvzf tentacle-linux_x64.tar.gz -C /opt/octopus |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment