Skip to content

Commit

Permalink
feat: installing make
Browse files Browse the repository at this point in the history
  • Loading branch information
marlapativ authored and ParichayDidwania committed Jul 26, 2024
1 parent 586982f commit 2e846d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ echo "Installing dependencies"
# Update the system
sudo apt-get -y upgrade

# Install build-essential
sudo apt-get install -y build-essential

# Install Fontconfig, Java
sudo apt-get install -y fontconfig openjdk-17-jre

Expand Down

0 comments on commit 2e846d6

Please sign in to comment.