summarylogtreecommitdiffstats
path: root/leela-zero-git.install
blob: b0c808e7dc7f4985b09ffbfe2cb99a394316b65a (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.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.txt   "
  echo ""
}