From 79325ab166ac139be69008f7890d3951de7ebfcd Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 27 May 2026 07:06:19 -0600 Subject: [PATCH] flaky microservice hotfix removed --- customscripts/install_script.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/customscripts/install_script.sh b/customscripts/install_script.sh index 90aafc4..da6e007 100644 --- a/customscripts/install_script.sh +++ b/customscripts/install_script.sh @@ -214,6 +214,9 @@ fi # source $rcfile # fi +$SHELL -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" +echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv bash)"' >> "$rcfile" + # appeend thefuck to rcfile if not present grep -q thefuck $rcfile thefuck_present=$?