summarylogtreecommitdiffstats
path: root/.INSTALL
diff options
context:
space:
mode:
Diffstat (limited to '.INSTALL')
-rw-r--r--.INSTALL44
1 files changed, 22 insertions, 22 deletions
diff --git a/.INSTALL b/.INSTALL
index 0819eb623f4a..c04d2e0e3f96 100644
--- a/.INSTALL
+++ b/.INSTALL
@@ -1,42 +1,42 @@
post_install() {
:
-#!/bin/sh
+ #!/bin/sh
-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"
+ 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"
+ #!/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() {
:
-#!/bin/sh
+ #!/bin/sh
-systemctl disable v2raya
-systemctl stop v2raya
-systemctl stop v2ray
+ systemctl disable v2raya
+ systemctl stop v2raya
+ systemctl stop v2ray
}
post_remove() {
:
-#!/bin/sh
+ #!/bin/sh
-systemctl daemon-reload
+ systemctl daemon-reload
}