This commit is contained in:
MickLesk
2026-08-05 15:00:34 +02:00
parent 078a76f263
commit 94da6eeb83
+4 -4
View File
@@ -24,10 +24,10 @@ if [[ ! "$CONFIRM" =~ ^([yY][eE][sS]|[yY])$ ]]; then
exit 10
fi
msg_info "Switching SSH to classic (non-socket-activated) mode"
systemctl disable --now ssh.socket &>/dev/null || true
systemctl enable --now ssh &>/dev/null || true
msg_ok "Switched SSH to classic mode"
# msg_info "Switching SSH to classic (non-socket-activated) mode"
# systemctl disable --now ssh.socket &>/dev/null || true
# systemctl enable --now ssh &>/dev/null || true
# msg_ok "Switched SSH to classic mode"
msg_info "Installing NextCloudPi (Patience)"
$STD bash <(curl -fsSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh)