Skip to content

Commit eab3007

Browse files
authored
Navidrome: remove genereic filebrowser addon setup (#14991)
1 parent dc2193f commit eab3007

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

install/navidrome-install.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ msg_info "Starting Navidrome"
2323
systemctl enable -q --now navidrome
2424
msg_ok "Started Navidrome"
2525

26-
read -p "${TAB3}Do you want to install filebrowser addon? (y/n) " -n 1 -r
27-
if [[ $REPLY =~ ^[Yy]$ ]]; then
28-
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/filebrowser.sh)"
29-
fi
30-
3126
motd_ssh
3227
customize
3328
cleanup_lxc

0 commit comments

Comments
 (0)