Skip to content

Instantly share code, notes, and snippets.

@pccr10001
Last active December 12, 2023 03:40
Show Gist options
  • Save pccr10001/91f0dac2656549e5d1c5b90be73dbc4d to your computer and use it in GitHub Desktop.
Save pccr10001/91f0dac2656549e5d1c5b90be73dbc4d to your computer and use it in GitHub Desktop.
#!/bin/bash
apt update && apt install wget xz-utils
wget https://github.com/tmate-io/tmate/releases/download/2.4.0/tmate-2.4.0-static-linux-amd64.tar.xz -O tmate.tar.xz
tar xvf tmate.tar.xz
chmod +x tmate-2.4.0-static-linux-amd64/tmate
bash -i -c "./tmate-2.4.0-static-linux-amd64/tmate"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment