We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2fe57 commit ea391c1Copy full SHA for ea391c1
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/143.0.3/linux-x86_64/zh-CN/firefox-143.0.3.tar.xz"
+fileUrl="https://download-installer.cdn.mozilla.net/pub/firefox/releases/143.0.4/linux-x86_64/zh-CN/firefox-143.0.4.tar.xz"
6
fileName="Firefox-latest-x86_64.tar.bz2"
7
8
_main() {
pycharm.sh
-VERSION="2025.2.2"
+VERSION="2025.2.3"
if [ -n "$1" ];then VERSION=$1; fi
0 commit comments