Skip to content

Commit 6d96e85

Browse files
authored
Update install w/ --check 0 option
1 parent 7f4ff99 commit 6d96e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ VOLUME [ "/sys/fs/cgroup" ]
2828

2929
EXPOSE 8081
3030

31-
RUN curl -sL https://install.raspap.com | bash -s -- --yes --wireguard 1 --openvpn 1 --adblock 1 --rest 1
31+
RUN curl -sL https://install.raspap.com | bash -s -- --yes --wireguard 1 --openvpn 1 --adblock 1 --rest 1 --check 0
3232
COPY firewall-rules.sh /home/firewall-rules.sh
3333
COPY wpa_supplicant.conf /etc/wpa_supplicant/
3434
RUN chmod +x /home/firewall-rules.sh

0 commit comments

Comments
 (0)