Skip to content

Commit

Permalink
update docker-compose.sh:v2.23.2,tigervnc.sh:latest
Browse files Browse the repository at this point in the history
  • Loading branch information
zqb7 committed Nov 22, 2023
1 parent 8f13aef commit da0a203
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.23.1"
VERSION="v2.23.2"
if [ -n "$1" ];then VERSION=$1; fi

_main() {
Expand Down
4 changes: 2 additions & 2 deletions tigervnc.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

fileUrl="http://tigervnc.bphinz.com/nightly/xc/x86_64/tigervnc-1.13.80-20231120gitbe3d0bc5.x86_64.tar.gz"
fileName="tigervnc-1.13.80-20231120gitbe3d0bc5.x86_64.tar.gz"
fileUrl="http://tigervnc.bphinz.com/nightly/xc/x86_64/tigervnc-1.13.80-20231122git9cff04cb.x86_64.tar.gz"
fileName="tigervnc-1.13.80-20231122git9cff04cb.x86_64.tar.gz"

export HOME=${HOME}

Expand Down

0 comments on commit da0a203

Please sign in to comment.