mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-07-31 19:17:21 +02:00
Compare commits
2 Commits
ce265a651c
...
7ab372b9d5
Author | SHA1 | Date | |
---|---|---|---|
7ab372b9d5 | |||
aa8cd81e55 |
@ -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
|
Loading…
x
Reference in New Issue
Block a user