Skip to content

Commit

Permalink
update tigervnc.sh:latest,qq.sh:latest
Browse files Browse the repository at this point in the history
  • Loading branch information
zqb7 committed Oct 23, 2023
1 parent c61447d commit 72e344f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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/423936b9/linuxqq_3.2.1-17412_x86_64.AppImage"
FILEURL="https://dldir1.qq.com/qqfile/qq/QQNT/2c552b5b/linuxqq_3.2.1-17749_x86_64.AppImage"
FILENAME=qq.AppImage
_main() {
which sudo >/dev/null && SUDO="sudo"
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-20231004git79d441ed.x86_64.tar.gz"
fileName="tigervnc-1.13.80-20231004git79d441ed.x86_64.tar.gz"
fileUrl="http://tigervnc.bphinz.com/nightly/xc/x86_64/tigervnc-1.13.80-20231023gitd5e08c2d.x86_64.tar.gz"
fileName="tigervnc-1.13.80-20231023gitd5e08c2d.x86_64.tar.gz"

export HOME=${HOME}

Expand Down

0 comments on commit 72e344f

Please sign in to comment.