We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c236540 commit 7325bafCopy full SHA for 7325baf
build/ol/install-packages.sh
@@ -68,6 +68,7 @@ dnf clean all
68
curl -fsSL -o /tmp/knock.tar.gz https://github.com/Metalcape/knock/releases/download/0.8.1/knock-0.8.1-$TARGET.tar.gz
69
tar -xf /tmp/knock.tar.gz -C /usr/local/ && rm /tmp/knock.tar.gz
70
ln -s /usr/local/sbin/knockd /usr/sbin/knockd
71
+ls -l /usr/local/sbin/knockd
72
setcap cap_net_raw=ep /usr/local/sbin/knockd
73
74
# Set git credentials globally
scripts/start-deployFolia
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-: "${FOLIA_CHANNEL:=experimental}"
+: "${FOLIA_CHANNEL:=default}"
4
5
# shellcheck source=start-utils
6
. "$(dirname "$0")/start-utils"
0 commit comments