summarylogtreecommitdiffstats
path: root/.INSTALL
diff options
context:
space:
mode:
authorTravis CI User2019-11-30 04:10:42 +0000
committerTravis CI User2019-11-30 04:10:42 +0000
commit7e7269155d7e7e88853b8354548446ebc5f4e8aa (patch)
treea03ebaca0ac0a6fb564b7bf6522f808b0914670e /.INSTALL
parentd0035839390653c0ec89bf139f3df65dab9d1161 (diff)
downloadaur-7e7269155d7e7e88853b8354548446ebc5f4e8aa.tar.gz
AUR
Diffstat (limited to '.INSTALL')
-rw-r--r--.INSTALL18
1 files changed, 10 insertions, 8 deletions
diff --git a/.INSTALL b/.INSTALL
index c04d2e0e3f96..f0d8e41ebfb7 100644
--- a/.INSTALL
+++ b/.INSTALL
@@ -5,10 +5,11 @@ post_install() {
systemctl daemon-reload
systemctl enable v2raya
systemctl start v2raya
- echo -e "\033[36m************************************\033[0m"
- echo -e "\033[36m* Congratulations! *\033[0m"
- echo -e "\033[36m* GUI demo: https://v2raya.mzz.pub *\033[0m"
- echo -e "\033[36m************************************\033[0m"
+ echo -e "\033[36m**************************************\033[0m"
+ echo -e "\033[36m* Congratulations! *\033[0m"
+ echo -e "\033[36m* HTTP demo: http://v.mzz.pub *\033[0m"
+ echo -e "\033[36m* HTTPS demo: https://v2raya.mzz.pub *\033[0m"
+ echo -e "\033[36m**************************************\033[0m"
}
post_upgrade() {
@@ -17,10 +18,11 @@ post_upgrade() {
systemctl daemon-reload
systemctl restart v2raya
- echo -e "\033[36m************************************\033[0m"
- echo -e "\033[36m* Congratulations! *\033[0m"
- echo -e "\033[36m* GUI demo: https://v2raya.mzz.pub *\033[0m"
- echo -e "\033[36m************************************\033[0m"
+ echo -e "\033[36m**************************************\033[0m"
+ echo -e "\033[36m* Congratulations! *\033[0m"
+ echo -e "\033[36m* HTTP demo: http://v.mzz.pub *\033[0m"
+ echo -e "\033[36m* HTTPS demo: https://v2raya.mzz.pub *\033[0m"
+ echo -e "\033[36m**************************************\033[0m"
}