Set install option default repo + branch

This commit is contained in:
billz 2025-02-27 13:52:23 -08:00
parent d0eaa2cac8
commit 224748a301

View File

@ -31,7 +31,7 @@ jobs:
#!/bin/bash
apt-get update -y && apt-get install -y curl dhcpcd5 procps
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
curl -sL https://install.raspap.com | bash -s -- --yes --openvpn 1 --restapi 1 --adblock 1 --wireguard 1 --tcp-bbr 1 --check 0
# Set Wi-Fi country to prevent RF kill
raspi-config nonint do_wifi_country "US"