Skip to content

Commit

Permalink
try custom pi-gen-repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhanus3133 committed Nov 4, 2024
1 parent 51ab027 commit 38ce0ec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
run: |
mkdir -p custom_stage_raspap/package-raspap &&
{
cat > custom_stage_raspap/package-raspap/00-run.sh <<-EOF
cat > custom_stage_raspap/package-raspap/00-run-chroot.sh <<-EOF
#!/bin/bash
apt-get update -y && apt-get install -y curl iptables
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
EOF
} &&
chmod +x custom_stage_raspap/package-raspap/00-run.sh &&
chmod +x custom_stage_raspap/package-raspap/00-run-chroot.sh &&
{
cat > custom_stage_raspap/prerun.sh <<-EOF
#!/bin/bash -e
Expand All @@ -53,6 +53,7 @@ jobs:
stage-list: stage0 stage1 stage2 ./custom_stage_raspap
verbose-output: true
pi-gen-version: ${{ matrix.pi_gen_version }}
pi-gen-repository: Dhanus3133/pi-gen

- name: Upload Artifact
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 38ce0ec

Please sign in to comment.