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