1 Star 0 Fork 0

OPLG / DataKit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ota.ps1 712 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Update DataKit if new version available
# Date: Sat Apr 10 11:40:04 2021
# Author: tanb
# Required: gsudo.exe
# See https://stackoverflow.com/a/58753166/342348
function tryUpdate {
$check = gsudo.exe C:\Users\coano\Desktop\datakit.exe -check-update -accept-rc-version
if (-Not $?) {
Import-Module bitstransfer;
start-bitstransfer -source https://static.guance.com/datakit/installer-windows-amd64.exe -destination .dk-installer.exe;
gsudo.exe .dk-installer.exe -upgrade -ota;
#.dk-installer.exe -download-only
rm .dk-installer.exe
} else {
echo "update to date"
}
}
tryUpdate
1
https://gitee.com/oplg/datakit.git
git@gitee.com:oplg/datakit.git
oplg
datakit
DataKit
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891