Scripts: Add usage comment to dist/install-firewall.sh

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-05-17 23:39:11 +02:00
parent 0ff2fee91d
commit 4c40e7612a

View file

@ -1,5 +1,8 @@
#!/usr/bin/env bash
# This installs a simple firewall on Ubuntu Linux that only allows incoming http, https and ssh connections.
# bash <(curl -s https://raw.githubusercontent.com/photoprism/photoprism/develop/scripts/dist/install-firewall.sh)
# Install ufw package if needed:
sudo apt-get update
sudo apt-get -qq install --no-install-recommends ufw