homebrew: bypass the patching and all if not on Fedora Atomic

This commit is contained in:
Aminda Suomalainen 2025-06-24 17:40:07 +03:00
parent fe3832acc3
commit 755a3ac60f
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -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