mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2026-08-25 07:26:44 +00:00
qf
Auto Update .app-files / update-app-files (push) Canceled after 0s
Create Changelog Pull Request / update-changelog-pull-request (push) Canceled after 0s
Set state to is_deleted in pocketbase / delete-pocketbase-entry (push) Canceled after 0s
Update script timestamp on .sh changes / update-script-timestamp (push) Canceled after 0s
Auto Update .app-files / update-app-files (push) Canceled after 0s
Create Changelog Pull Request / update-changelog-pull-request (push) Canceled after 0s
Set state to is_deleted in pocketbase / delete-pocketbase-entry (push) Canceled after 0s
Update script timestamp on .sh changes / update-script-timestamp (push) Canceled after 0s
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user