try it
This commit is contained in:
parent
b2e0167c82
commit
d00db03d99
|
|
@ -11,7 +11,8 @@
|
|||
"remote:install": "./scripts/remote-install.sh",
|
||||
"remote:start": "./scripts/remote-start.sh",
|
||||
"remote:stop": "./scripts/remote-stop.sh",
|
||||
"remote:restart": "./scripts/remote-restart.sh"
|
||||
"remote:restart": "./scripts/remote-restart.sh",
|
||||
"generate-hosts": "./scripts/generate-hosts.sh"
|
||||
},
|
||||
"alias": {
|
||||
"@utils": "./src/utils.tsx",
|
||||
|
|
|
|||
2
scripts/generate-hosts.sh
Executable file
2
scripts/generate-hosts.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
bun ./scripts/generate-hosts.ts > /etc/avahi/hosts
|
||||
sudo systemctl restart avahi-daemon
|
||||
Loading…
Reference in New Issue
Block a user