1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-07-12 01:07:41 +02:00

Specify --check 0 to skip connectivity check

This commit is contained in:
billz 2025-02-08 01:22:52 -08:00
parent 3417115a84
commit 9876ab1e3e

View File

@ -29,7 +29,7 @@ jobs:
cat > stage-raspap/package-raspap/00-run-chroot.sh <<-EOF
#!/bin/bash
apt-get update -y && apt-get install -y curl dhcpcd5 iptables procps
curl -sL https://install.raspap.com | bash -s -- --yes --openvpn 1 --restapi 1 --adblock 1 --wireguard 1 --tcp-bbr 1
curl -sL https://install.raspap.com | bash -s -- --yes --openvpn 1 --restapi 1 --adblock 1 --wireguard 1 --tcp-bbr 1 --check 0
EOF
} &&
chmod +x stage-raspap/package-raspap/00-run-chroot.sh &&