config icon indicating copy to clipboard operation
config copied to clipboard

install-brew: fish support?

Open boredsquirrel opened this issue 1 year ago • 1 comments

~ ❯❯❯ . /var/home/linuxbrew/.linuxbrew/bin/brew
/var/home/linuxbrew/.linuxbrew/bin/brew (Zeile 60): Unsupported use of '='. In fish, please use 'set BREW_FILE_DIRECTORY "$(quiet_cd "${0%/*}/" && pwd -P)"'.
BREW_FILE_DIRECTORY="$(quiet_cd "${0%/*}/" && pwd -P)"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
aus der Quelldatei /var/home/linuxbrew/.linuxbrew/bin/brew
.: Error while reading file '/var/home/linuxbrew/.linuxbrew/bin/brew'

btw piping an install script to bash... I dont know

boredsquirrel avatar May 11 '24 21:05 boredsquirrel

you should be sourcing that file. It is a bash script.

m2Giles avatar May 16 '24 20:05 m2Giles

This is on the image now.

castrojo avatar Oct 04 '24 18:10 castrojo