Install hb in one command.
Latest release: loading...
curl -fsSL https://www.hyperup.sh/install.sh | sh
curl -fsSL https://www.hyperup.sh/install.sh | sh -s -- --version 0.1.0
$version = (Invoke-WebRequest -UseBasicParsing https://www.hyperup.sh/LATEST).Content.Trim()
$url = "https://www.hyperup.sh/hb_${version}_windows_amd64.tar.gz"
Invoke-WebRequest -UseBasicParsing $url -OutFile hb.tar.gz
tar -xzf hb.tar.gz
Move-Item .\hb.exe "$env:USERPROFILE\AppData\Local\Microsoft\WindowsApps\hb.exe"
hb version