mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-14 21:25:05 -05:00
8 lines
128 B
Plaintext
Executable File
8 lines
128 B
Plaintext
Executable File
apt-get update
|
|
apt-get install telnet
|
|
|
|
echo "PermitTunnel yes" >> /etc/ssh/sshd_config
|
|
/etc/init.d/ssh restart
|
|
|
|
./install-nginx
|