Skip to content

Commit

Permalink
update docker-compose.sh:v2.30.3,gh.sh:v2.61.0,vscode.sh:e8653,joplin…
Browse files Browse the repository at this point in the history
….sh:v3.1.23
  • Loading branch information
runner committed Nov 8, 2024
1 parent e67191b commit 9ca12d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# see: https://docs.docker.com/compose/install/
VERSION="v2.30.2"
VERSION="v2.30.3"
if [ -n "$1" ];then VERSION=$1; fi

_main() {
Expand Down
2 changes: 1 addition & 1 deletion gh.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION="v2.60.1"
VERSION="v2.61.0"

if [ -n "$1" ];then
VERSION=$1
Expand Down
2 changes: 1 addition & 1 deletion joplin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

VERSION="v3.1.22"
VERSION="v3.1.23"

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

Expand Down
2 changes: 1 addition & 1 deletion vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

fileUrl="https://vscode.download.prss.microsoft.com/dbazure/download/stable/65edc4939843c90c34d61f4ce11704f09d3e5cb6/code-stable-x64-1730354220.tar.gz"
fileUrl="https://vscode.download.prss.microsoft.com/dbazure/download/stable/e8653663e8840adaf45af01eab5c627a5af81807/code-stable-x64-1730980362.tar.gz"
fileName=`echo $fileUrl|awk -F "/" '{print $NF}'`

_main() {
Expand Down

0 comments on commit 9ca12d6

Please sign in to comment.