mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
chore: add apt-get update
This commit is contained in:
parent
710a8dab4e
commit
8048fcf5c4
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
{
|
{
|
||||||
cat > custom_stage_raspap/package-raspap/00-run-chroot.sh <<-EOF
|
cat > custom_stage_raspap/package-raspap/00-run-chroot.sh <<-EOF
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
apt-get install -y curl
|
apt-get update -y && 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
|
curl -sL https://install.raspap.com | bash -s -- --yes --openvpn 1 --restapi 1 --adblock 1 --wireguard 1 --tcp-bbr 1
|
||||||
EOF
|
EOF
|
||||||
} &&
|
} &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user