Skip to content

Commit

Permalink
add -y flags
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 committed Aug 8, 2022
1 parent 3db2018 commit 6832b51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binder/appendix.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN CONDA_DIR=/srv/conda && \
${CONDA_PREFXI}/bin/bash -l $BALTRAD_INSTALL_ROOT/install/baltrad/install_baltrad.sh && \
apt update && \
apt-get -y install sudo && \
sudo apt-get update && \
sudo apt-get -y update && \
sudo -s && \
sudo ${CONDA_PREFXI}/bin/bash -l $BALTRAD_INSTALL_ROOT/install/lrose/build_lrose.sh && \
${CONDA_PREFXI}/bin/bash -l $BALTRAD_INSTALL_ROOT/install/nbstripout_notebooks.sh && \
Expand Down
2 changes: 1 addition & 1 deletion install/lrose/build_lrose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ wget https://github.com/NCAR/lrose-core/releases/download/lrose-core-20220222/lr
chmod 777 lrose-core-20220222.ubuntu_20.04.amd64.deb

# Install lrose
sudo apt install ./lrose-core-20220222.ubuntu_20.04.amd64.deb
sudo apt-get -y install ./lrose-core-20220222.ubuntu_20.04.amd64.deb

# install using apt-get
#sudo apt-get install -y lrose-core-20190129.debian_9.amd64.deb

0 comments on commit 6832b51

Please sign in to comment.