mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-10-15 10:07:25 +02:00
homebrew: bypass the patching and all if not on Fedora Atomic
This commit is contained in:
parent
fe3832acc3
commit
755a3ac60f
@ -4,6 +4,7 @@
|
||||
# Based on the syncplay script in this folder and the patching idea is from
|
||||
# https://github.com/orgs/Homebrew/discussions/1282#discussioncomment-1281288
|
||||
|
||||
if [ -d /var/roothome ]; then
|
||||
set -x
|
||||
export LC_ALL=C.utf8
|
||||
|
||||
@ -23,3 +24,6 @@ fi
|
||||
|
||||
env brew2 $@
|
||||
set +x
|
||||
else
|
||||
env brew $@
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user