Remove involuntary unicode char

This commit is contained in:
2025-10-18 17:48:07 +02:00
parent 8bca66a7bb
commit 87df4b6d7d

View File

@@ -208,7 +208,7 @@ function createBrewPeriodicScript() {
function installHomebrewCore() {
export NONINTERACTIVE=1
[ ! -d $(getHomebrewRepositoryPath) ] || return
[ ! -d $(getHomebrewRepositoryPath) ] || return
sudo --preserve-env=NONINTERACTIVE -u "${homebrew_username}" /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
[ -d $(getHomebrewRepositoryPath) ]
}