mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 01:39:34 +08:00
brew install - change env var from PORT to LISTEN
This commit is contained in:
@@ -67,7 +67,7 @@ fi
|
|||||||
mkdir -p ~/.config/beszel ~/.cache/beszel
|
mkdir -p ~/.config/beszel ~/.cache/beszel
|
||||||
|
|
||||||
echo "KEY=\"$KEY\"" >~/.config/beszel/beszel-agent.env
|
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 tap henrygd/beszel
|
||||||
brew install beszel-agent
|
brew install beszel-agent
|
||||||
|
Reference in New Issue
Block a user