Skip to content

Commit ea391c1

Browse files
author
runner
committed
update firefox.sh:143.0.4,pycharm.sh:2025.2.3
1 parent fc2fe57 commit ea391c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

firefox.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
SHELL_FOLDER=$(cd $(dirname ${BASH_SOURCE[0]});pwd)
44

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"
5+
fileUrl="https://download-installer.cdn.mozilla.net/pub/firefox/releases/143.0.4/linux-x86_64/zh-CN/firefox-143.0.4.tar.xz"
66
fileName="Firefox-latest-x86_64.tar.bz2"
77

88
_main() {

pycharm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
SHELL_FOLDER=$(cd $(dirname ${BASH_SOURCE[0]});pwd)
44

5-
VERSION="2025.2.2"
5+
VERSION="2025.2.3"
66

77
if [ -n "$1" ];then VERSION=$1; fi
88

0 commit comments

Comments
 (0)