Files
linux-workspace/rc.local/linuxbrew.sh
2022-05-29 16:16:21 +02:00

8 lines
138 B
Bash

nop ${BREW_HOME:=/home/linuxbrew}
nop ${BREW:="$BREW_HOME/.linuxbrew/bin/brew"}
if [[ -e "$BREW" ]]; then
eval "$($BREW shellenv)"
fi