Skip to content

Commit

Permalink
add -y
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiZhuang committed Jan 30, 2018
1 parent dda3367 commit 9f8988e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build_library/quick_build_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# Tested on EC2 ubuntu-xenial-16.04 (ami-80861296)

sudo apt-get update
sudo apt-get install gcc gfortran # compiler
sudo apt-get install libnetcdf-dev libnetcdff-dev # NC lib
sudo apt-get install netcdf-bin ncview # NC analysis tool
sudo apt-get install -y gcc gfortran # compiler
sudo apt-get install -y libnetcdf-dev libnetcdff-dev # NC lib
sudo apt-get install -y netcdf-bin ncview # NC analysis tool

0 comments on commit 9f8988e

Please sign in to comment.