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