makedeb
Re-Connectable Terminal connection. Includes both client and server.
Viewing /post.install
.
Click here to go back to the Git tree for eternal-terminal-git.
#!/usr/bin/env bash
echo ':: Open default Eternal terminal server port'
echo " sudo iptables -I INPUT 1 -p tcp --dport 2022 -j ACCEPT"
echo ':: Enable and start eternal-terminal server service with `systemctl`. e.g:'
echo " sudo systemctl enable --now et"