summarylogtreecommitdiffstats
path: root/ouo.install
blob: a210a9aa3d4e6a0b3ccc9a75e81bd5ec28f8b7e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	cat << EOF

The server requires files from upstream's repositories:

git clone https://github.com/draxinar/rundir.git /opt/ouo/.rundir
chown -R ouo:ouo /opt/ouo/.rundir

EOF
}
# vim: set tabstop=2 shiftwidth=2 expandtab: