Set --branch, --repo options

This commit is contained in:
billz 2025-02-27 09:11:00 -08:00
parent 35d588b29e
commit fcaafd55b5

View File

@ -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"