標準愚痴出力

個人的なIT作業ログです。もしかしたら一般的に参考になることが書いているかもしれません(弱気

1ファイルなスクリプトはインストール方法で、scoop よりcurl を案内した方がいいかも

hymkor/Download-Count.ps1: A PowerShell script that reports how many assets on GitHub's Releases page have been downloaded.

にあるとおり:

scoop bucket add hymkor https://github.com/hymkor/scoop-bucket
scoop install Download-Count.ps1

よりは

curl -O https://raw.githubusercontent.com/hymkor/Download-Count.ps1/master/Download-Count.ps1

というスクリプト単品をストレートにダウンロードしてもらう方が早くて良いかもしれない。

ただ、これだとダウンロードカウンターが回らないんだよなー