Skip to content

Commit

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

fileUrl="https://download-installer.cdn.mozilla.net/pub/firefox/releases/124.0.1/linux-x86_64/zh-CN/firefox-124.0.1.tar.bz2"
fileUrl="https://download-installer.cdn.mozilla.net/pub/firefox/releases/124.0.2/linux-x86_64/zh-CN/firefox-124.0.2.tar.bz2"
fileName="Firefox-latest-x86_64.tar.bz2"

_main() {
Expand Down
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.4"
VERSION="v1.27.5"

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-20240330git224d33c4.x86_64.tar.gz"
fileName="tigervnc-1.13.80-20240330git224d33c4.x86_64.tar.gz"
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"

export HOME=${HOME}

Expand Down

0 comments on commit 29ff496

Please sign in to comment.