Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gooaclok819 committed Oct 24, 2024
1 parent d5293a0 commit 2a58ab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ echo "安装完成已经启动输入sublink可以呼出菜单"


# 下载menu.sh并设置权限
curl -o "/usr/bin/sublink" https://raw.githubusercontent.com/gooaclok819/sublinkX/main/menu.sh
curl -o /usr/bin/sublink -H "Cache-Control: no-cache" -H "Pragma: no-cache" https://raw.githubusercontent.com/gooaclok819/sublinkX/main/menu.sh
chmod 755 "/usr/bin/sublink"
2 changes: 1 addition & 1 deletion menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function Select {
systemctl stop sublink
fi
# 检查是否为最新版本
if [[ version = latest_release ]]; then
if [[ $version = $latest_release ]]; then
echo "当前已经是最新版本"
else
Up
Expand Down

0 comments on commit 2a58ab0

Please sign in to comment.