chore: add curl installation

This commit is contained in:
Dhanus 2024-10-31 18:28:26 +05:30
parent 274b42d225
commit 710a8dab4e

View File

@ -27,6 +27,7 @@ jobs:
{
cat > custom_stage_raspap/package-raspap/00-run-chroot.sh <<-EOF
#!/bin/bash
apt-get install -y curl
curl -sL https://install.raspap.com | bash -s -- --yes --openvpn 1 --restapi 1 --adblock 1 --wireguard 1 --tcp-bbr 1
EOF
} &&