forked from buzzhub/lsyupdate
add lsy-frpc/
This commit is contained in:
@@ -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
|
||||
Executable
+11
@@ -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
|
||||
Reference in New Issue
Block a user