From 6a2b10ea4c18161ce64888f3cf1dd5730fcddd89 Mon Sep 17 00:00:00 2001 From: "gzl10g(mini)" Date: Wed, 22 Jan 2025 13:46:58 +0100 Subject: [PATCH] fix-filebrowser_arm --- misc/filebrowser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/filebrowser.sh b/misc/filebrowser.sh index 02a4bb4cb..c1e3e858f 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