blob: b61717f776462d6eddcc9ad8bbdbdd3de2361ceb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
echo
echo -e "\e[0;34;47m \e[0m"
echo -e "\e[1;34;47m *********** README: Concrnt HyperProxy *********** \e[0m"
echo -e "\e[0;32;47m The default port for concrnt-hyperproxy is \e[0;31;47m28283\e[0;32;47m \e[0m"
echo -e "\e[0;32;47m You can change the port and proxy settings using \e[0m"
echo -e "\e[0;31;47m systemctl edit --full concrnt-hyperproxy \e[0m"
echo -e "\e[0;34;47m ************************************************** \e[0m"
echo -e "\e[0;34;47m \e[0m"
echo
}
|