Last active
August 19, 2025 00:13
-
-
Save jbrechtel/64e1ef9c3677c709502a9e67ada7a731 to your computer and use it in GitHub Desktop.
Upterm bootstrap script
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/sh | |
UPTERM_DIR=$(mktemp -d) | |
cd $UPTERM_DIR | |
wget https://github.com/owenthereal/upterm/releases/download/v0.15.2/upterm_linux_amd64.tar.gz | |
tar xvf upterm_linux_amd64.tar.gz | |
$UPTERM_DIR/upterm host |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment