summarylogtreecommitdiffstats
path: root/nquakesv.install
blob: 3e1cf48a00bbbcfc019f3a408c83628fc85aac1b (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  echo
  echo '!!! NOTE !!!'
  echo 'It is *strongly* encouraged to add users to the "users" group (usermod -aG users <username>) if they will be running nQuake.
  Trust me. If you hit a bug and you are using a user not in the users group, you are testing bad and you should feel bad.'
  echo
  echo "Remember to run nquakesv-init as the user(s) that will be running nquakesv."
  echo "Once that has been done, copy the retail pak1.pak files (as exactly that filename) to <user homedir>/.nquakesv/id1/."
  echo "(If it exists at /opt/quake/id1/pak1.pak, it will be symlinked for you automatically.)"
}