Skip to content

Commit

Permalink
add rg and fg to ubuntu install
Browse files Browse the repository at this point in the history
Co-authored-by: Jenna Goldstrich <[email protected]>
Co-authored-by: Seth Boyles <[email protected]>
  • Loading branch information
Jenna Goldstrich and sethboyles committed Feb 4, 2021
1 parent 5e8e484 commit d7e53a5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions install-scripts/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,26 @@

set -ex

sudo apt-add-repository 'deb http://us.archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse'
echo "Updating apt packages"
sudo apt update
echo "Upgrading Linux distribution"
sudo apt dist-upgrade -y
sudo apt-add-repository 'deb http://us.archive.ubuntu.com/ubuntu/ focal main'

sudo apt install -y \
build-essential \
docker.io \
fd-find \
libffi7 \
libmysqlclient-dev \
libpq5=12.2-4 \
libpq-dev \
libpq5=12.2-4 \
libxslt-dev \
mysql-server \
postgresql \
python-pip \
python-setuptools
python-setuptools \
ripgrep

# fun dependencies
sudo apt install -y \
Expand Down

0 comments on commit d7e53a5

Please sign in to comment.