We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34d29b commit 2d9c5eaCopy full SHA for 2d9c5ea
.devcontainer/filebrowser/install.sh
@@ -8,7 +8,7 @@ printf "%sInstalling filebrowser\n\n" "${BOLD}"
8
9
# Check if filebrowser is installed.
10
if ! command -v filebrowser &>/dev/null; then
11
- VERSION="v2.24.1"
+ VERSION="v2.42.1"
12
EXPECTED_HASH="7d83c0f077df10a8ec9bfd9bf6e745da5d172c3c768a322b0e50583a6bc1d3cc"
13
14
curl -fsSL "https://github.com/filebrowser/filebrowser/releases/download/${VERSION}/linux-amd64-filebrowser.tar.gz" -o /tmp/filebrowser.tar.gz
0 commit comments