From 94da6eeb83dd8149825c3c07f7ba3fc4baf45bec Mon Sep 17 00:00:00 2001 From: MickLesk Date: Wed, 5 Aug 2026 15:00:34 +0200 Subject: [PATCH] qf --- install/nextcloudpi-install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install/nextcloudpi-install.sh b/install/nextcloudpi-install.sh index 5e71d55d2..292e16444 100644 --- a/install/nextcloudpi-install.sh +++ b/install/nextcloudpi-install.sh @@ -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)