SFTPGo: Update APT Repo & Re-Enable Script (#15829)

* SFTPGo: Update APT Repo & Re-Enable Script

* Update sftpgo.sh
This commit is contained in:
CanbiZ (MickLesk)
2026-07-17 14:29:59 +02:00
committed by GitHub
parent b4dcdd4472
commit 79cee47df6
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -29,6 +29,12 @@ function update_script() {
exit exit
fi fi
setup_deb822_repo \
"sftpgo" \
"https://oss.sftpgo.com/apt/gpg.key" \
"https://oss.sftpgo.com/apt" \
"trixie"
msg_info "Updating SFTPGo" msg_info "Updating SFTPGo"
$STD apt update $STD apt update
$STD apt upgrade -y $STD apt upgrade -y
+2 -2
View File
@@ -19,8 +19,8 @@ msg_ok "Installed Dependencies"
setup_deb822_repo \ setup_deb822_repo \
"sftpgo" \ "sftpgo" \
"https://ftp.osuosl.org/pub/sftpgo/apt/gpg.key" \ "https://oss.sftpgo.com/apt/gpg.key" \
"https://ftp.osuosl.org/pub/sftpgo/apt" \ "https://oss.sftpgo.com/apt" \
"trixie" "trixie"
msg_info "Installing SFTPGo" msg_info "Installing SFTPGo"