mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-10-16 10:47:21 +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
|
# Based on the syncplay script in this folder and the patching idea is from
|
||||||
# https://github.com/orgs/Homebrew/discussions/1282#discussioncomment-1281288
|
# https://github.com/orgs/Homebrew/discussions/1282#discussioncomment-1281288
|
||||||
|
|
||||||
|
if [ -d /var/roothome ]; then
|
||||||
set -x
|
set -x
|
||||||
export LC_ALL=C.utf8
|
export LC_ALL=C.utf8
|
||||||
|
|
||||||
@ -23,3 +24,6 @@ fi
|
|||||||
|
|
||||||
env brew2 $@
|
env brew2 $@
|
||||||
set +x
|
set +x
|
||||||
|
else
|
||||||
|
env brew $@
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user