summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.INSTALL10
1 files changed, 10 insertions, 0 deletions
diff --git a/.INSTALL b/.INSTALL
index 27fc45680e1a..f79ada6bf7cd 100644
--- a/.INSTALL
+++ b/.INSTALL
@@ -5,13 +5,23 @@ 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"
}
post_upgrade() {
:
#!/bin/sh
+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"
+
}
pre_remove() {