Skip to content

Instantly share code, notes, and snippets.

@selfagency
Last active July 11, 2021 00:59
Show Gist options
  • Save selfagency/2d11c4795140ff6558e93e6ab30141af to your computer and use it in GitHub Desktop.
Save selfagency/2d11c4795140ff6558e93e6ab30141af to your computer and use it in GitHub Desktop.
[install eternal terminal] ubuntu
#!/usr/bin/env bash
sudo apt-get install -y software-properties-common
sudo add-apt-repository -y ppa:jgmath2000/et
sudo apt-get update
sudo apt-get -y install et
systemctl status et
sudo ufw allow 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment