Skip to content

Instantly share code, notes, and snippets.

View infernalsirius's full-sized avatar

Patrick Meunier infernalsirius

View GitHub Profile
@infernalsirius
infernalsirius / appstore.fish
Created August 27, 2021 03:10
[macOS Command line] Open App Store cache folder #macOS #fish
open $TMPDIR../C/com.apple.appstore/
@infernalsirius
infernalsirius / tentacle.sh
Last active August 29, 2021 13:36
[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