Skip to content

Commit

Permalink
Random commit to give CI a nudge
Browse files Browse the repository at this point in the history
  • Loading branch information
jiribrejcha authored Oct 8, 2022
1 parent 4002466 commit adfa334
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wlanpi1/10-first-boot/files/usr/bin/first-boot.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit adfa334

Please sign in to comment.