Merge "Fix pkgs-to-install path"
This commit is contained in:
commit
69567dadf6
@ -25,6 +25,6 @@ while read line ; do
|
||||
yum install -y --downloadonly $line
|
||||
fi
|
||||
|
||||
done < ~/tmp/pkgs-to-install
|
||||
done < /tmp/pkgs-to-install
|
||||
|
||||
rm /tmp/pkgs-to-install
|
||||
|
Loading…
Reference in New Issue
Block a user