diff --git a/README.md b/README.md index 764d78295..702abbb72 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,8 @@ If you would like to offer support, I would appreciate a star on the repository, | Script | Status | Notes | | -------------- | ------ | -------------------- | -| VS Code Server | ⭕ | | +| File Browser | ⭕ | | | OliveTin | ☑️ | | | NetBird | ☑️ | No changes required. | | Tailscale | ✅ | No changes required. | +| VS Code Server | ⭕ | | diff --git a/misc/filebrowser.sh b/misc/filebrowser.sh index c4cc0e8d4..5cd242ac8 100644 --- a/misc/filebrowser.sh +++ b/misc/filebrowser.sh @@ -67,7 +67,7 @@ read -r -p "Would you like to use No Authentication? " prompt msg_info "Installing ${APP}" apt-get install -y curl &>/dev/null RELEASE=$(curl -fsSL https://api.github.com/repos/filebrowser/filebrowser/releases/latest | grep -o '"tag_name": ".*"' | sed 's/"//g' | sed 's/tag_name: //g') -curl -fsSL https://github.com/filebrowser/filebrowser/releases/download/$RELEASE/linux-amd64-filebrowser.tar.gz | tar -xzv -C /usr/local/bin &>/dev/null +curl -fsSL https://github.com/filebrowser/filebrowser/releases/download/$RELEASE/linux-arm64-filebrowser.tar.gz | tar -xzv -C /usr/local/bin &>/dev/null if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then filebrowser config init -a '0.0.0.0' &>/dev/null diff --git a/status.json b/status.json index c402cf81a..8cb9778e8 100644 --- a/status.json +++ b/status.json @@ -151,6 +151,10 @@ "status": "created", "notes": "" }, + "File Browser": { + "status": "untested", + "notes": "" + }, "FlowiseAI LXC": { "status": "unsupported", "notes": "NPM Error. Use Docker image."