mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Set --branch, --repo options
This commit is contained in:
parent
35d588b29e
commit
fcaafd55b5
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
apt-get update -y && apt-get install -y curl dhcpcd5 procps
|
apt-get update -y && apt-get install -y curl dhcpcd5 procps
|
||||||
|
|
||||||
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
|
curl -sL https://install.raspap.com | bash -s -- --yes --branch master --repo billz/raspap-webgui --openvpn 1 --restapi 1 --adblock 1 --wireguard 1 --tcp-bbr 1 --check 0
|
||||||
|
|
||||||
# Set Wi-Fi country to prevent RF kill
|
# Set Wi-Fi country to prevent RF kill
|
||||||
raspi-config nonint do_wifi_country "US"
|
raspi-config nonint do_wifi_country "US"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user