add filebrowser
This commit is contained in:
parent
25c69fc547
commit
83d3945545
@ -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"
|
download_with_progress "https://github.com/ollama/ollama/releases/download/v0.6.6/ollama-linux-amd64.tgz" "$TMP_TAR"
|
||||||
msg_ok "Installed Navidrome"
|
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
|
motd_ssh
|
||||||
customize
|
customize
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user