summarylogtreecommitdiffstats
path: root/vyprvpn-linux-cli.install
blob: 211918aed0f9d712cffc2a871f8b70bcf444e064 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
	echo "==> Enable/Start vyprvpn.service before using the command-line."
	echo "==> Login to VyprVPN:"
	echo "  $ vyprvpn l"
	echo "==> Now you can connect and disconnect as you please."
}

post_upgrade() {
	post_install
}