Skip to content

Commit

Permalink
Merge pull request #733 from m-1-k-3/master
Browse files Browse the repository at this point in the history
Code cleanup
  • Loading branch information
m-1-k-3 committed Aug 4, 2023
2 parents f35ca4b + 173ab9c commit f035b91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installer/I01_default_apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ I01_default_apps(){
fi
mkdir -p /home/linuxbrew/.linuxbrew
chown -R linuxbrew: /home/linuxbrew/.linuxbrew
#sudo -u linuxbrew CI=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
# sudo -u linuxbrew CI=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
# nosemgrep
sudo -u linuxbrew CI=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

pip_install "requests" "-U"
Expand Down

0 comments on commit f035b91

Please sign in to comment.