mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Compare commits
13 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
224748a301 | ||
|
d0eaa2cac8 | ||
|
2c311af932 | ||
|
684b2a75d9 | ||
|
fcaafd55b5 | ||
|
35d588b29e | ||
|
dd1b9e70bd | ||
|
371bf4abef | ||
|
162acb467b | ||
|
7c46f9c8f8 | ||
|
44d8712cc3 | ||
|
062939a0f2 | ||
|
12e70bc330 |
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -29,8 +29,9 @@ 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://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
|
||||
apt-get update -y && apt-get install -y curl dhcpcd5 procps
|
||||
|
||||
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"
|
||||
@ -69,7 +70,7 @@ jobs:
|
||||
stage-list: stage0 stage1 stage2 ./stage-raspap
|
||||
verbose-output: true
|
||||
pi-gen-version: ${{ matrix.pi_gen_version }}
|
||||
pi-gen-repository: RaspAP/pi-gen
|
||||
pi-gen-repository: billz/pi-gen
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user