forked from forkanization/Proxmox-arm64
Fixup root ssh access
Credit to this commit: https://github.com/FriendlyNGeeks/Proxmox/commit/27108f3e33195d680e6aefb44d96abe03f706b3c
This commit is contained in:
@@ -20,6 +20,7 @@ $STD apt-get install -y mc
|
||||
$STD apt-get install -y gpg
|
||||
$STD apt-get install -y apt-transport-https
|
||||
$STD apt-get install -y wget
|
||||
$STD apt-get install -y openssh-server
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
RELEASE=$(curl -s https://api.github.com/repos/traefik/traefik/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
|
||||
|
||||
Reference in New Issue
Block a user