Skip to content

Commit

Permalink
Need the "-y" option to authorize the installation without user input
Browse files Browse the repository at this point in the history
  • Loading branch information
muffato committed May 2, 2018
1 parent 977160b commit 2e1c560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/setup_cpan.CentOS-7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

yum groupinstall 'Development Tools'
yum groupinstall -y 'Development Tools'

for arg
do
Expand Down

0 comments on commit 2e1c560

Please sign in to comment.