Fixup root ssh access

Credit to this commit: https://github.com/FriendlyNGeeks/Proxmox/commit/27108f3e33195d680e6aefb44d96abe03f706b3c
This commit is contained in:
Sam Heinz
2024-06-26 21:58:21 +10:00
parent 9b2c49b24e
commit 1056621b21
160 changed files with 174 additions and 19 deletions
+1
View File
@@ -21,6 +21,7 @@ $STD apt-get install -y apt-transport-https
$STD apt-get install -y composer
$STD apt-get install -y wget
$STD apt-get install -y php8.2-{bz2,curl,sqlite3,zip,xml}
$STD apt-get install -y openssh-server
msg_ok "Installed Dependencies"
RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]')