Skip to content

Commit

Permalink
Update install-dashboard.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ansoncloud8 authored Sep 7, 2024
1 parent ce25447 commit 028544b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install-dashboard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ download_nezha() {
echo 'error: Download failed! Please check your network or try again.'
return 1
fi
echo "下载最新版本:${RELEASE_LATEST}"
curl -s https://api.github.com/repos/ansoncloud8/am-nezha-freebsd/releases/latest | jq -r '.tag_name' > ${WORKDIR}/VERSION
return 0
}
Expand Down

0 comments on commit 028544b

Please sign in to comment.