add filebrowser

This commit is contained in:
CanbiZ 2025-04-29 09:44:02 +02:00
parent 25c69fc547
commit 83d3945545

View File

@ -30,6 +30,13 @@ TMP_TAR=$(mktemp --suffix=.tgz)
download_with_progress "https://github.com/ollama/ollama/releases/download/v0.6.6/ollama-linux-amd64.tgz" "$TMP_TAR"
msg_ok "Installed Navidrome"
read -p "Do you want to install filebrowser addon? (y/n) " -n 1 -r
if [[ $REPLY =~ ^[Yy]$ ]]; then
msg_info "Installing Filebrowser"
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/filebrowser.sh)"
msg_ok "Installed Filebrowser"
fi
motd_ssh
customize