Skip to content

Commit 7325baf

Browse files
authored
Default Folia channel to stable rather than experimental (#3861)
1 parent c236540 commit 7325baf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build/ol/install-packages.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ dnf clean all
6868
curl -fsSL -o /tmp/knock.tar.gz https://github.com/Metalcape/knock/releases/download/0.8.1/knock-0.8.1-$TARGET.tar.gz
6969
tar -xf /tmp/knock.tar.gz -C /usr/local/ && rm /tmp/knock.tar.gz
7070
ln -s /usr/local/sbin/knockd /usr/sbin/knockd
71+
ls -l /usr/local/sbin/knockd
7172
setcap cap_net_raw=ep /usr/local/sbin/knockd
7273

7374
# Set git credentials globally

scripts/start-deployFolia

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
: "${FOLIA_CHANNEL:=experimental}"
3+
: "${FOLIA_CHANNEL:=default}"
44

55
# shellcheck source=start-utils
66
. "$(dirname "$0")/start-utils"

0 commit comments

Comments
 (0)