跳转到内容

新页面

新页面
隐藏注册用户 | 显示机器人 | 显示重定向

2025年6月14日 (星期六)

  • 21:122025年6月14日 (六) 21:12 Test历史 | 编辑[21字节] Brucekomike留言 | 贡献 (创建页面,内容为“快速安装脚本 == 安装内容 == <pre> #!/bin/bash get_latest_release_tag() { curl -s "https://api.github.com/repos/fatedier/frp/releases/latest" | grep -Po '"tag_name": "\K[^"]*' } # Function to detect architecture detect_arch() { ARCH=$(uname -m) case "$ARCH" in x86_64) echo "amd64" ;; aarch64) echo "arm64" ;; armv7l) echo "arm" ;; *)…”)