Skip to content

Instantly share code, notes, and snippets.

@jbrechtel
Last active August 19, 2025 00:13
Show Gist options
  • Save jbrechtel/64e1ef9c3677c709502a9e67ada7a731 to your computer and use it in GitHub Desktop.
Save jbrechtel/64e1ef9c3677c709502a9e67ada7a731 to your computer and use it in GitHub Desktop.
Upterm bootstrap script
#!/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