Skip to content

Commit

Permalink
update docker-compose.sh:v2.24.1,drawio.sh:v22.1.21,vscode.sh:8b377,q…
Browse files Browse the repository at this point in the history
…q.sh:latest
  • Loading branch information
zqb7 committed Jan 18, 2024
1 parent 6080b14 commit 788f707
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.24.0"
VERSION="v2.24.1"
if [ -n "$1" ];then VERSION=$1; fi

_main() {
Expand Down
2 changes: 1 addition & 1 deletion drawio.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="v22.1.18"
VERSION="v22.1.21"

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

Expand Down
2 changes: 1 addition & 1 deletion qq.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

FILEURL="https://dldir1.qq.com/qqfile/qq/QQNT/d0154345/linuxqq_3.2.5-20811_x86_64.AppImage"
FILEURL="https://dldir1.qq.com/qqfile/qq/QQNT/c64ca459/linuxqq_3.2.5-20979_x86_64.AppImage"
FILENAME=qq.AppImage
_main() {
which sudo >/dev/null && SUDO="sudo"
Expand Down
2 changes: 1 addition & 1 deletion vscode.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

fileUrl="https://vscode.download.prss.microsoft.com/dbazure/download/stable/0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2/code-stable-x64-1702460840.tar.gz"
fileUrl="https://vscode.download.prss.microsoft.com/dbazure/download/stable/8b3775030ed1a69b13e4f4c628c612102e30a681/code-stable-x64-1705560028.tar.gz"
fileName=`echo $fileUrl|awk -F "/" '{print $NF}'`

_main() {
Expand Down

0 comments on commit 788f707

Please sign in to comment.