Skip to content

Commit af13e3a

Browse files
author
runner
committed
update docker-compose.sh:v5.2.0,firefox.sh:152.0.2,pycharm.sh:2026.1.3
1 parent 51efae8 commit af13e3a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# see: https://docs.docker.com/compose/install/
4-
VERSION="v5.1.4"
4+
VERSION="v5.2.0"
55
if [ -n "$1" ];then VERSION=$1; fi
66

77
_main() {

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/152.0.1/linux-x86_64/zh-CN/firefox-152.0.1.tar.xz"
5+
fileUrl="https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.2/linux-x86_64/zh-CN/firefox-152.0.2.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="2026.1.2"
5+
VERSION="2026.1.3"
66

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

0 commit comments

Comments
 (0)