Skip to content

Instantly share code, notes, and snippets.

View agrofx1's full-sized avatar
🎯
Focusing

Agrofx agrofx1

🎯
Focusing
View GitHub Profile
@lawrenceching
lawrenceching / install-frp-as-systemd-service.sh
Last active July 5, 2024 02:23
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