Skip to content

Instantly share code, notes, and snippets.

@naartjie
Last active October 13, 2021 10:28
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 naartjie/94c180bd866e669fff389bbe7567c3b5 to your computer and use it in GitHub Desktop.
Save naartjie/94c180bd866e669fff389bbe7567c3b5 to your computer and use it in GitHub Desktop.
Linux apt magic
# stretch
$ echo "deb http://deb.debian.org/debian stretch-backports main" >> /etc/apt/sources.list
$ apt install -t stretch-backports git
# node
curl -sL https://deb.nodesource.com/setup | sudo bash -
# docker
echo "deb [arch=amd64] https://download.docker.com/linux/debian stretch stable" > /etc/apt/sources.list.d/docker.list
# gcloud
https://cloud.google.com/sdk/docs/install#linux
# or
https://cloud.google.com/sdk/docs/install#deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment