Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Homebrew linux

bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Comment

Install brew on Linux

bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
#Replace <pc-username> with your system username
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> /home/<pc-username>/.profile
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew --version
Comment

como instalar brew en linux

sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"
Comment

PREVIOUS NEXT
Code Example
Shell :: how to specify version in npm install 
Shell :: change directory in git bash 
Shell :: how to copy file using ssh 
Shell :: install ssms on ubuntu 18.04 
Shell :: graphql install strapi 
Shell :: windows open port firewall cmd 
Shell :: gitignore httaccess 
Shell :: mocha silent 
Shell :: git view last commits 
Shell :: how to install jupyterlab 
Shell :: difference between rebase and merge in git 
Shell :: change the keyboard language in i3wm 
Shell :: ssh only key 
Shell :: linux user groups 
Shell :: ftp download directory 
Shell :: git how to rollback to previous commit 
Shell :: create .pem file from crt 
Shell :: ubuntu mount samba dir 
Shell :: convert audio to mp3 with ffmpeg 
Shell :: nc http server 
Shell :: which linux 
Shell :: git push default 
Shell :: linux iso dd 
Shell :: how to create a github account 
Shell :: how to remove a file from git but keep local and ignore file 
Shell :: linux show current memory usage 
Shell :: touch command 
Shell :: the git repository has too many active changes, only a subset of git features will be enabled. 
Shell :: docker create image 
Shell :: how to merge git 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =