ublue-os / config

A layer to provide configuration files (udev rules, service units, etc)
https://universal-blue.org
Apache License 2.0
45 stars 28 forks source link

install-brew: fish support? #272

Closed boredsquirrel closed 1 day ago

boredsquirrel commented 4 months ago
~ ❯❯❯ . /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

m2Giles commented 4 months ago

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

castrojo commented 1 day ago

This is on the image now.