summarylogtreecommitdiffstats
path: root/frp.install
diff options
context:
space:
mode:
authorlilac2020-09-30 17:44:27 +0800
committerlilac2020-09-30 17:44:27 +0800
commit457dddd26f1d111bf93d0921ad25199da7c7d3db (patch)
tree5507c621c4244141420eed4d005f488f19157b66 /frp.install
parent3029273b3a976dcbc07b032ca2a3ae84c3544ff0 (diff)
downloadaur-457dddd26f1d111bf93d0921ad25199da7c7d3db.tar.gz
[lilac] updated to 0.34.1-1
Diffstat (limited to 'frp.install')
-rw-r--r--frp.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/frp.install b/frp.install
deleted file mode 100644
index 2b90635d9750..000000000000
--- a/frp.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- echo ""
- echo "To start the client, simply modify /etc/frp/frpc.ini, and start the service by:"
- echo ""
- echo " systemctl start frpc"
- echo ""
- echo "or create your own config file, for example myconf.ini, and start the service by:"
- echo ""
- echo " systemctl start frpc@myconf"
- echo ""
- echo "You can also start frps the same way"
- echo ""
-}