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 b7ef164 commit d5293a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function Select {
latest_release=$(curl --silent "https://api.github.com/repos/gooaclok819/sublinkX/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
# 获取服务状态
status=$(systemctl is-active sublink)
version = "1.6.1"
version="1.6.1"
echo "最新版本:$latest_release"
echo "当前版本:$version"
# 判断服务状态并打印
Expand Down

0 comments on commit d5293a0

Please sign in to comment.