From adfa334eb75393d930dc72f1e98978604c8e0701 Mon Sep 17 00:00:00 2001 From: Jiri Brejcha Date: Sat, 8 Oct 2022 20:39:16 +0100 Subject: [PATCH] Random commit to give CI a nudge --- wlanpi1/10-first-boot/files/usr/bin/first-boot.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wlanpi1/10-first-boot/files/usr/bin/first-boot.sh b/wlanpi1/10-first-boot/files/usr/bin/first-boot.sh index 6a0c365a24..13caf19156 100644 --- a/wlanpi1/10-first-boot/files/usr/bin/first-boot.sh +++ b/wlanpi1/10-first-boot/files/usr/bin/first-boot.sh @@ -1,9 +1,11 @@ #!/bin/bash +# Enable firewall ufw enable # Remove speedtest symlink (speedtest-cli is still available) and free it up for the official Ookla's speedtest tool unlink /opt/wlanpi/pipx/bin/speedtest unlink /usr/local/bin/speedtest +# Don't autostart first boot service systemctl disable wlanpi-first-boot