Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install postgres 11 ubuntu

sudo apt-get update
sudo apt-get install -y gnupg wget lsb-release 
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main" | sudo tee /etc/apt/sources.list.d/postgresql-pgdg.list &> /dev/null
sudo apt-get update
sudo apt-get install -y postgresql-11
Comment

PREVIOUS NEXT
Code Example
Shell :: bash message partial match 
Shell :: bash vlookup function 
Shell :: aws ls wildcard 
Shell :: double dollar sign bash 
Shell :: doc to pdf linux 
Shell :: git revert commit 
Shell :: install makerbundle sur symfony 3.4 
Shell :: git check staged changes 
Shell :: unable to install all modules vmware 
Shell :: kill task cmd 
Shell :: how to access adb globally on mac 
Shell :: xcode print long string 
Shell :: Update nvm installed node version and keep globally installed packages 
Shell :: send files via ssh 
Shell :: ubuntu install nodejs 
Shell :: ipconfig in ubantu 
Shell :: git init branch name 
Shell :: install socket.io 
Shell :: kill all screens linux 
Shell :: linux version 
Shell :: azure powershell module 
Shell :: git override local file with remote 
Shell :: command wait bash 
Shell :: config git ftp 
Shell :: install tqdm 
Shell :: pip install googlemaps 
Shell :: npm install yarn 
Shell :: install torch anaconda 
Shell :: connect to specific wifi decive fedora 
Shell :: ubuntu remove environment variable 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =