Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install brew debian

#Make sure you have curl installed: sudo apt install curl

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)"
test -d /home/linuxbrew/.linuxbrew && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
test -r ~/.bash_profile && echo "eval "$($(brew --prefix)/bin/brew shellenv)"" >>~/.bash_profile
echo "eval "$($(brew --prefix)/bin/brew shellenv)"" >>~/.profile

#That's it! Test it by running: 
brew install hello
Comment

PREVIOUS NEXT
Code Example
Shell :: stop rebase git 
Shell :: list available/configured AWS CLI profiles 
Shell :: install certbot ubuntu 20.04 nginx 
Shell :: sudo apt update ignore gpg signature 
Shell :: find xcode version 
Shell :: teclado abnt arch linux 
Shell :: sed remove empty lines 
Shell :: give access to folder for all user linux 
Shell :: browserrouter react not working install 
Shell :: powershell script to disable screensaver 
Shell :: How to restart MongoDB in Linux 
Shell :: change process name pm2 
Shell :: git see stash 
Shell :: shell promt user input 
Shell :: configure your git username/email 
Shell :: how to swap ubuntu 
Shell :: ubuntu uninstall mosquitto 
Shell :: ubuntu install nginx 
Shell :: for each line in file bash 
Shell :: completely remove apache in ubuntu 
Shell :: xrandr add 1366 
Shell :: check codedeploy agent status 
Shell :: cannot find lgl qt 
Shell :: git reset file to master 
Shell :: add remote origin git 
Shell :: using wget with a proxy 
Shell :: fix dual boot time ubuntu 
Shell :: Unable to connect to libvirt qemu:///system. 
Shell :: how to install rich in python 
Shell :: how to delete a file using powershell 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =