mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Update release.yml
This commit is contained in:
parent
84dc149384
commit
6eab0542ff
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
cat > stage-raspap/package-raspap/00-run-chroot.sh <<-EOF
|
cat > stage-raspap/package-raspap/00-run-chroot.sh <<-EOF
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
apt-get update -y && apt-get install -y curl dhcpcd5 iptables procps
|
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 --check 0
|
curl -sL https://raw.githubusercontent.com/billz/raspap-webgui/refs/heads/master/installers/raspbian.sh | bash -s -- --yes --openvpn 1 --restapi 1 --adblock 1 --wireguard 1 --tcp-bbr 1 --check 0
|
||||||
EOF
|
EOF
|
||||||
} &&
|
} &&
|
||||||
chmod +x stage-raspap/package-raspap/00-run-chroot.sh &&
|
chmod +x stage-raspap/package-raspap/00-run-chroot.sh &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user