summarylogtreecommitdiffstats
path: root/coolq-cqhttp-api.install
diff options
context:
space:
mode:
Diffstat (limited to 'coolq-cqhttp-api.install')
-rw-r--r--coolq-cqhttp-api.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/coolq-cqhttp-api.install b/coolq-cqhttp-api.install
new file mode 100644
index 000000000000..7bf62cf075ba
--- /dev/null
+++ b/coolq-cqhttp-api.install
@@ -0,0 +1,12 @@
+# Thanks aur#cow-proxy
+post_install() {
+ post_upgrade
+}
+
+post_upgrade() {
+cat << EOF
+ Please execute:
+ novnc --vnc 127.0.0.1:6133 --listen 9801
+ and enable HTTP API app in coolq
+EOF
+}