Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dpmatthews committed Jun 13, 2024
1 parent 0b36091 commit 9f04b2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ dos2unix -n /vagrant/opt/metomi-site/etc/rose/rose.conf /opt/metomi-site/etc/ros
if [[ $dist == ubuntu ]]; then
# Ensure curl is installed
apt-get install -q -y curl || error
elif [[ $dist == redhat ]]; then
# Ensure wget is installed
yum install -y wget || error
fi
dos2unix -n /vagrant/usr/local/bin/install-fcm /usr/local/bin/install-fcm
dos2unix -n /vagrant/usr/local/bin/install-cylc7 /usr/local/bin/install-cylc7
Expand Down

0 comments on commit 9f04b2c

Please sign in to comment.