summarylogtreecommitdiffstats
path: root/gollum-bin.install
blob: 9933c58d00d19d027eb28bd5d6f481dd43c083f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
print_instructions() {
	echo "You can run the server like so:"
	echo "java -jar /opt/gollum/gollum.war -S gollum <your-gollum-arguments-here>"
	echo "see arguments here: https://github.com/gollum/gollum#configuration"
}

post_install() {
	print_instructions
}

post_upgrade() {
	print_instructions
}