summarylogtreecommitdiffstats
path: root/clash-dashboard.install
diff options
context:
space:
mode:
authorpeeweep2019-11-16 10:17:39 +0800
committerpeeweep2019-11-16 10:17:39 +0800
commitf7a38ba45452c6ce293a46339a3d296294394c4b (patch)
tree73e681b6ad41c232339bcf7a7aa67529de8d45fe /clash-dashboard.install
downloadaur-f7a38ba45452c6ce293a46339a3d296294394c4b.tar.gz
Init
Diffstat (limited to 'clash-dashboard.install')
-rw-r--r--clash-dashboard.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/clash-dashboard.install b/clash-dashboard.install
new file mode 100644
index 000000000000..96cbec565601
--- /dev/null
+++ b/clash-dashboard.install
@@ -0,0 +1,11 @@
+post_install() {
+ cat <<EOF
+
+ Please exec
+ $ sudo systemctl enable clash-dashboard
+ $ sudo systemctl start clash-dashboard
+
+ or set /usr/share/clash-dashboard/dist as nginx server's root
+
+EOF
+}