Skip to content

Instantly share code, notes, and snippets.

@ucalyptus2
Last active February 25, 2023 07:11
Show Gist options
  • Save ucalyptus2/f8450b032baa386993adc0097b0170d1 to your computer and use it in GitHub Desktop.
Save ucalyptus2/f8450b032baa386993adc0097b0170d1 to your computer and use it in GitHub Desktop.
sudo apt install transmission-cli -y
curl -fsSL https://code-server.dev/install.sh | sh
curl -s https://ngrok-agent.s3.amazonaws.com/ngrok.asc | sudo tee /etc/apt/trusted.gpg.d/ngrok.asc >/dev/null && echo "deb https://ngrok-agent.s3.amazonaws.com buster main" | sudo tee /etc/apt/sources.list.d/ngrok.list && sudo apt update && sudo apt install ngrok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment