Skip to content

Commit

Permalink
Add repo
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcgary committed Oct 16, 2024
1 parent 0f23a0c commit 1026640
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/installDeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ apt_update_and_install() {
}

if [[ "$OS" == "linux" ]]; then
apt_update_and_install -y \
sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa
sudo apt-get update
sudo apt-get install -y \
curl \
make \
git \
Expand Down

0 comments on commit 1026640

Please sign in to comment.