summarylogtreecommitdiffstats
path: root/funkwhale.install
blob: 09e22f94898f1125f7b6cc16ff23e01f5e909188 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  echo "Follow instructions on the upstream page or on the Arch Wiki for setting up the Funkwhale server:"
  echo "https://wiki.archlinux.org/index.php/Funkwhale"
}

post_upgrade() {
  echo "Follow instructions on the upstream page or on the Arch Wiki for updating"
  echo "If updating from v0.17, the default ip has been changed to 127.0.0.1 and the env file has been moved to /srv/funkwhale/config/env"
}