mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-18 11:55:06 +02:00
SFTPGo: Update APT Repo & Re-Enable Script (#15829)
* SFTPGo: Update APT Repo & Re-Enable Script * Update sftpgo.sh
This commit is contained in:
committed by
GitHub
parent
b4dcdd4472
commit
79cee47df6
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user