Skip to content

Commit

Permalink
add key to r-base
Browse files Browse the repository at this point in the history
  • Loading branch information
greenore committed Apr 13, 2017
1 parent 4a21277 commit 0d98d89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup/setup_rstudio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# System
#-------

# Add repository
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
sudo add-apt-repository 'deb [arch=amd64,i386] https://cran.rstudio.com/bin/linux/ubuntu xenial/'

# Upgrade system
sudo apt update -y
sudo apt upgrade -y
Expand Down

0 comments on commit 0d98d89

Please sign in to comment.