Last active
December 12, 2023 03:40
-
-
Save pccr10001/91f0dac2656549e5d1c5b90be73dbc4d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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