Skip to content

Commit

Permalink
Add -y option to apt install
Browse files Browse the repository at this point in the history
Signed-off-by: Terence Parr <parrt@antlr.org>
  • Loading branch information
parrt authored Oct 3, 2022
1 parent 8c4b8ac commit 7343c5d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Ubuntu with lab.antlr.org static IP
```bash
cd ~
sudo apt-get update
sudo apt install openjdk-11-jre
sudo apt install maven
sudo apt install git
sudo apt install ghostscript # gets ps2pdf
sudo apt install texlive-extra-utils # gets pdfcrop
sudo apt install pdf2svg
sudo apt install -y openjdk-11-jre
sudo apt install -y maven
sudo apt install -y git
sudo apt install -y ghostscript # gets ps2pdf
sudo apt install -y texlive-extra-utils # gets pdfcrop
sudo apt install -y pdf2svg
git clone https://github.com/antlr/antlr4-lab.git
cd antlr4-lab
mvn install
Expand Down

0 comments on commit 7343c5d

Please sign in to comment.