Skip to content

Instantly share code, notes, and snippets.

View agrofx1's full-sized avatar
🧰
Tinkering

Agrofx agrofx1

🧰
Tinkering
View GitHub Profile
@lawrenceching
lawrenceching / install-frp-as-systemd-service.sh
Last active June 3, 2026 01:32
Install frp as systemd service
#!/bin/bash
# Update on 2024/05/29
# 1. use wget to fetch latest frp version when curl was not installed
# 2. Remind users that frp will be run in non-root user
# 3. Add CI
#
# Update on 2024/04/13
# 1. Improved OS compatibility: try wget and then curl for downloading files.
#
# Update on 2024/01/26