Compare commits

..

2 Commits

3 changed files with 8 additions and 3 deletions

View File

@ -71,7 +71,12 @@ if hash pacman 2> /dev/null; then
fi
# https://github.com/Homebrew/brew
if [[ -d /home/linuxbrew/.linuxbrew/bin && $(id -u) != 0 ]]; then
if [[ -f /etc/systemd/system/linuxbrew-update.timer && $(id -u) == 0 ]]; then
if hash systemctl 2> /dev/null; then
systemctl enable linuxbrew-update.timer
systemctl start linuxbrew-update.service
fi
elif [[ -d /home/linuxbrew/.linuxbrew/bin && $(id -u) != 0 ]]; then
eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
export HOMEBREW_CELLAR=/home/linuxbrew/.linuxbrew/Cellar
export HOMEBREW_PREFIX=/home/linuxbrew/.linuxbrew

@ -1 +1 @@
Subproject commit 9abf81526f4b9242c15f1b647022e56034781c3e
Subproject commit 5ace09cf0bd6d9f23575021092d1be7cb20b61ba

@ -1 +1 @@
Subproject commit 241eec92586deb924b2c1b726d0ede57a4aa744a
Subproject commit 1320a1c5ada3901653d742ae0bec00805e215ba2