Skip to content

Commit

Permalink
update syncthing.sh:v1.27.6,tigervnc.sh:latest
Browse files Browse the repository at this point in the history
  • Loading branch information
zqb7 committed Apr 9, 2024
1 parent dc4a8e2 commit 7ec128d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion syncthing.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="v1.27.5"
VERSION="v1.27.6"

if [ -n "$1" ];then
VERSION=$1
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-20240402git9d70f6bf.x86_64.tar.gz"
fileName="tigervnc-1.13.80-20240402git9d70f6bf.x86_64.tar.gz"
fileUrl="http://tigervnc.bphinz.com/nightly/xc/x86_64/tigervnc-1.13.80-20240409gitc987d61e.x86_64.tar.gz"
fileName="tigervnc-1.13.80-20240409gitc987d61e.x86_64.tar.gz"

export HOME=${HOME}

Expand Down

0 comments on commit 7ec128d

Please sign in to comment.