mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-26 22:27:15 +02:00
refactor: coder-code-server GH-release binary install + multiline apt installs
- coder-code-server.sh: use fetch_and_deploy_gh_release (binary mode) + check_for_gh_release, add uninstall/update functions, update script + type=update handling - copyparty.sh, filebrowser.sh, filebrowser-quantum.sh: format multi-package installs multiline
This commit is contained in:
@@ -136,7 +136,9 @@ if ! [[ "${install_prompt,,}" =~ ^(y|yes)$ ]]; then
|
||||
fi
|
||||
|
||||
msg_info "Installing ${APP} on ${OS}"
|
||||
$STD $PKG_MANAGER curl ffmpeg
|
||||
$STD $PKG_MANAGER \
|
||||
curl \
|
||||
ffmpeg
|
||||
curl -fsSL https://github.com/gtsteffaniak/filebrowser/releases/latest/download/linux-amd64-filebrowser -o "$TMP_BIN"
|
||||
chmod +x "$TMP_BIN"
|
||||
mv -f "$TMP_BIN" /usr/local/bin/filebrowser
|
||||
|
||||
Reference in New Issue
Block a user