summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTravis CI User2019-11-21 21:03:45 +0000
committerTravis CI User2019-11-21 21:03:45 +0000
commit26b54517372ba32d0e42a18b4a879ebf46009cfd (patch)
tree3dd6e237f7bace21ed56092f6cb3b2ddb6205002
parent7c4f8a155dec1af0ff88317295d9124c7ed44bea (diff)
downloadaur-26b54517372ba32d0e42a18b4a879ebf46009cfd.tar.gz
AUR
-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() {