5 lines
139 B
Bash
Raw Normal View History

2024-07-28 07:30:42 +03:00
# https://github.com/Homebrew/brew
if [ -d /home/linuxbrew/.linuxbrew/bin ]; then
eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
fi