Merge Arch config as main #1
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
||||||
if [[ $(command -v brew) == "" ]]; then
|
if [[ $(command -v brew) == "" ]]; then
|
||||||
echo "Installing Homebrew"
|
echo "Installing Homebrew"
|
||||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||||
|
/home/linuxbrew/.linuxbrew/bin/brew shellenv >> ~/.bashrc
|
||||||
|
source ~/.bashrc
|
||||||
else
|
else
|
||||||
echo "Updating Homebrew"
|
echo "Updating Homebrew"
|
||||||
brew update
|
brew update
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue