Skip to content

Instantly share code, notes, and snippets.

@infernalsirius
Last active August 29, 2021 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infernalsirius/f7e0a8976df297b1bc362c4006bbcda2 to your computer and use it in GitHub Desktop.
Save infernalsirius/f7e0a8976df297b1bc362c4006bbcda2 to your computer and use it in GitHub Desktop.
[Unraid] User scripts #bash
#! /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