add lsy-frpc/

This commit is contained in:
2024-12-26 18:58:46 +08:00
parent cbcbdfe3c2
commit f23371b550
5 changed files with 118 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
Package: lsyfrpc
Version: 1.0.2
Section: utils
Priority: optional
Architecture: arm64
Maintainer: Your Name <your_email@example.com>
Description: FRP client for remote access.
Depends: systemd (>= 237), libc6 (>= 2.27), curl, wget, systemd
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
set -e
PACKAGE_NAME="lsyfrpc"
PACKAGE_INSTALL_DIR=$(dpkg -L $PACKAGE_NAME | grep -m1 '^/')
cd /data/lsyfrpc
bash frp_install.sh
exit 0