From f08a9a1d88ba10b5115f5f41adf82ace4afdd245 Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Wed, 7 Feb 2024 10:11:46 -0500 Subject: [PATCH] Browsh: bump arm64 to 1.8.2 due to missing auto updater --- apps/Browsh/install-64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Browsh/install-64 b/apps/Browsh/install-64 index 4d0ad24f06..30e1d56da9 100755 --- a/apps/Browsh/install-64 +++ b/apps/Browsh/install-64 @@ -1,6 +1,6 @@ #!/bin/bash -version=1.6.4 +version=1.8.2 install_packages firefox-esr '|' firefox https://github.com/browsh-org/browsh/releases/download/v${version}/browsh_${version}_linux_arm64.deb || exit 1