Skip to content

Commit

Permalink
rename brew to brew-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
victory-sokolov committed Oct 22, 2024
1 parent 6417ef7 commit afd4c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ linux: ## Install Ubuntu programms: flameshot, albert, spotify, dropbox, vlc, ch
sudo apt-get update -y
sudo apt install kazam -y

brew: ## Brew package manager for Linux
brew-linux: ## Brew package manager for Linux
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"

test -d /home/linuxbrew/.linuxbrew && eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
Expand Down

0 comments on commit afd4c59

Please sign in to comment.