Skip to content

Commit

Permalink
small version bug, update version for tailscale
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Applegate committed Sep 24, 2024
1 parent 92b0082 commit 1820052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tailscale/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
import shutil

TSVERSION = "1.60.1"
TSVERSION = "1.74.1"

def download(url, target_folder):
try:
Expand Down
2 changes: 1 addition & 1 deletion tailscale/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ download() {
cmd="cppython ./download.py $tsarch"
tsversion="$(cppython ./get_tskey.py tsversion)"
if [ -n "$tsversion" ]; then
cmd+=" -v $tsversion"
cmd="$cmd -v $tsversion"
fi
eval $cmd | logerr
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 1820052

Please sign in to comment.