We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f482caa commit 4b2fc95Copy full SHA for 4b2fc95
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/139.0/linux-x86_64/zh-CN/firefox-139.0.tar.xz"
+fileUrl="https://download-installer.cdn.mozilla.net/pub/firefox/releases/139.0.1/linux-x86_64/zh-CN/firefox-139.0.1.tar.xz"
6
fileName="Firefox-latest-x86_64.tar.bz2"
7
8
_main() {
gh.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
-VERSION="v2.73.0"
+VERSION="v2.74.0"
if [ -n "$1" ];then
VERSION=$1
0 commit comments