summarylogtreecommitdiffstats
path: root/leavesmc.install
blob: 9a58a5ce0e65109b74d5fdccd4a9066832435238 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

post_install() {
  echo ":: If this is your first time running the server."
  echo "   You need to agree to the EULA from Mojang,"
  echo "   It is located under the directory \"~/LeavesMC/\""
  echo "   "
  echo "   如果这是你第一次运行服务端"
  echo "   你需要同意来自 Mojang 的 EULA"
  echo "   它位于 \"~/LeavesMC/\" 目录下"
}

post_upgrade() {
  post_install
}