Default Folia channel to stable rather than experimental (#3861)

This commit is contained in:
Geoff Bourne
2026-01-08 18:28:04 -06:00
committed by GitHub
parent c23654008b
commit 7325baf750
2 changed files with 2 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ dnf clean all
curl -fsSL -o /tmp/knock.tar.gz https://github.com/Metalcape/knock/releases/download/0.8.1/knock-0.8.1-$TARGET.tar.gz
tar -xf /tmp/knock.tar.gz -C /usr/local/ && rm /tmp/knock.tar.gz
ln -s /usr/local/sbin/knockd /usr/sbin/knockd
ls -l /usr/local/sbin/knockd
setcap cap_net_raw=ep /usr/local/sbin/knockd
# Set git credentials globally