summarylogtreecommitdiffstats
path: root/leela-zero-git.install
blob: 74e8362e8ce45cb5ea47850f57a97dc525d2e1d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  echo ""
  echo "leela-zero has downloaded the currently-best network to  "
  echo "  /usr/share/leela-zero/networks/weights_$1.txt          "
  echo ""
  echo "You can find the new best network at any moment at:      "
  echo "  http://zero.sjeng.org/best-network                     "
  echo ""
  echo "A network must be passed in when running leelaz, like:   "
  echo "  leelaz -w /usr/share/leela-zero/networks/weights_$1.txt"
  echo ""
}