brew install - change env var from PORT to LISTEN

This commit is contained in:
henrygd 2025-04-18 17:59:59 -04:00
parent 73c1a1b208
commit e94a1cd421

View File

@ -67,7 +67,7 @@ fi
mkdir -p ~/.config/beszel ~/.cache/beszel
echo "KEY=\"$KEY\"" >~/.config/beszel/beszel-agent.env
echo "PORT=$PORT" >>~/.config/beszel/beszel-agent.env
echo "LISTEN=$PORT" >>~/.config/beszel/beszel-agent.env
brew tap henrygd/beszel
brew install beszel-agent