mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-06-08 08:35:15 +02:00
Navidrome: remove genereic filebrowser addon setup (#14991)
This commit is contained in:
committed by
GitHub
parent
dc2193f4bb
commit
eab30076ca
@@ -23,11 +23,6 @@ msg_info "Starting Navidrome"
|
||||
systemctl enable -q --now navidrome
|
||||
msg_ok "Started Navidrome"
|
||||
|
||||
read -p "${TAB3}Do you want to install filebrowser addon? (y/n) " -n 1 -r
|
||||
if [[ $REPLY =~ ^[Yy]$ ]]; then
|
||||
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/filebrowser.sh)"
|
||||
fi
|
||||
|
||||
motd_ssh
|
||||
customize
|
||||
cleanup_lxc
|
||||
|
||||
Reference in New Issue
Block a user