We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322f643 commit a5893ffCopy full SHA for a5893ff
2 files changed
firefox.sh
@@ -2,7 +2,7 @@
2
3
SHELL_FOLDER=$(cd $(dirname ${BASH_SOURCE[0]});pwd)
4
5
-fileUrl="https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0/linux-x86_64/zh-CN/firefox-148.0.tar.xz"
+fileUrl="https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/linux-x86_64/zh-CN/firefox-148.0.2.tar.xz"
6
fileName="Firefox-latest-x86_64.tar.bz2"
7
8
_main() {
gh.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
-VERSION="v2.87.3"
+VERSION="v2.88.0"
if [ -n "$1" ];then
VERSION=$1
0 commit comments