Skip to content

Instantly share code, notes, and snippets.

@flrichar
Last active February 21, 2025 14:46
Show Gist options
  • Save flrichar/81cd632be28bd8fa4774d5ab7e44bb09 to your computer and use it in GitHub Desktop.
Save flrichar/81cd632be28bd8fa4774d5ab7e44bb09 to your computer and use it in GitHub Desktop.
Debain Task Fetcher

Fetch Debian Task

curl -SLO https://github.com/go-task/task/releases/download/$(curl https://api.github.com/repos/go-task/task/releases | jq -r ".[0].name")/task_linux_amd64.deb

sudo dpkg -i ./task_linux_amd64.deb && rm ./task_linux_amd64.deb

# use with caution
export TASK_X_REMOTE_TASKFILES=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment