install curl
This commit is contained in:
parent
bff3859156
commit
9297ea6f82
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
apt upgrade || exit 10
|
apt upgrade -y || exit 10
|
||||||
apt install -y tmux ufw || exit 15
|
apt install -y tmux ufw curl || exit 15
|
||||||
|
|
||||||
sed -i '/PubkeyAuthentication/c\PubkeyAuthentication yes' /etc/ssh/sshd_config
|
sed -i '/PubkeyAuthentication/c\PubkeyAuthentication yes' /etc/ssh/sshd_config
|
||||||
sed -i '/PasswordAuthentication/c\PasswordAuthentication no' /etc/ssh/sshd_config
|
sed -i '/PasswordAuthentication/c\PasswordAuthentication no' /etc/ssh/sshd_config
|
||||||
|
|
Loading…
Reference in New Issue