Skip to content
Snippets Groups Projects
Commit 2aa72bcb authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

fixed spelling in output

added -y flag to yum epel install
parent b089da2d
No related branches found
No related tags found
No related merge requests found
Pipeline #695 failed
......@@ -91,7 +91,7 @@ fi
which apt-get 1> /dev/null 2> /dev/null
if [[ $? != 0 ]]; then
#setup extra repositories on centos
sudo yum install epel-release
sudo yum install epel-release -y
fi
for arg in $args; do
......@@ -128,4 +128,4 @@ cd daffy
sudo ./get-packages.sh
cd $orig_dir
echo Intsalling packages complete.
echo Installing packages complete.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment