From 79cee47df6682d044f53b8683bebe272af02696f Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 17 Jul 2026 14:29:59 +0200 Subject: [PATCH] SFTPGo: Update APT Repo & Re-Enable Script (#15829) * SFTPGo: Update APT Repo & Re-Enable Script * Update sftpgo.sh --- ct/sftpgo.sh | 6 ++++++ install/sftpgo-install.sh | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ct/sftpgo.sh b/ct/sftpgo.sh index d96f013d24..5c6a79adf3 100644 --- a/ct/sftpgo.sh +++ b/ct/sftpgo.sh @@ -28,6 +28,12 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi + + setup_deb822_repo \ + "sftpgo" \ + "https://oss.sftpgo.com/apt/gpg.key" \ + "https://oss.sftpgo.com/apt" \ + "trixie" msg_info "Updating SFTPGo" $STD apt update diff --git a/install/sftpgo-install.sh b/install/sftpgo-install.sh index d27d4f7614..5547d2e59a 100644 --- a/install/sftpgo-install.sh +++ b/install/sftpgo-install.sh @@ -19,8 +19,8 @@ msg_ok "Installed Dependencies" setup_deb822_repo \ "sftpgo" \ - "https://ftp.osuosl.org/pub/sftpgo/apt/gpg.key" \ - "https://ftp.osuosl.org/pub/sftpgo/apt" \ + "https://oss.sftpgo.com/apt/gpg.key" \ + "https://oss.sftpgo.com/apt" \ "trixie" msg_info "Installing SFTPGo"