Skip to content

Commit be4abf0

Browse files
committed
Make sure x86 LibreWolf doesn't update as it is deprecated
1 parent f411d4c commit be4abf0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/LibreWolf/install-x86

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
2-
OLD_VERSION="149.0.2-2"
2+
OLD_VER="146.0.1-1"
33

4-
install_package https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/${OLD_VERSION}/librewolf-${OLD_VERSION}-linux-i686-deb.deb
4+
install_package https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/${OLD_VER}/librewolf-${OLD_VER}-linux-i686-deb.deb

0 commit comments

Comments
 (0)