diff --git a/install/npm-plus-install.sh b/install/npm-plus-install.sh index dbe0634..0fe83cd 100644 --- a/install/npm-plus-install.sh +++ b/install/npm-plus-install.sh @@ -106,12 +106,5 @@ fi msg_ok "Get Default Login Successful" -read -r -p "Do you want to add Filebrowser too? [y/N]: " FILEBROWSER_INPUT -if [[ "$FILEBROWSER_INPUT" =~ ^([yY][eE][sS]|[yY])$ ]]; then - msg_info "Installing Filebrowser" - $STD docker run -d --name filebrowser -v /:/srv -p 8080:80 filebrowser/filebrowser - msg_ok "Installed Filebrowser" -fi - motd_ssh customize