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=$?