diff --git a/scripts/generate-hosts.sh b/scripts/generate-hosts.sh index 3f8ea3c..1b8003d 100755 --- a/scripts/generate-hosts.sh +++ b/scripts/generate-hosts.sh @@ -1,2 +1,3 @@ +#!/usr/bin/env bash bun ./scripts/generate-hosts.ts > /etc/avahi/hosts sudo systemctl restart avahi-daemon \ No newline at end of file