diff options
-rwxr-xr-x | foreman/ci/clean.sh | 2 | ||||
-rwxr-xr-x | foreman/ci/deploy.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/foreman/ci/clean.sh b/foreman/ci/clean.sh index 25352a8..3f3c879 100755 --- a/foreman/ci/clean.sh +++ b/foreman/ci/clean.sh @@ -124,7 +124,7 @@ if [ $skip_vagrant -eq 0 ]; then ###kill virtualbox echo "${blue}Killing VirtualBox ${reset}" killall virtualbox - killall VboxHeadless + killall VBoxHeadless ###remove virtualbox echo "${blue}Removing VirtualBox ${reset}" diff --git a/foreman/ci/deploy.sh b/foreman/ci/deploy.sh index 49e71f8..87256cb 100755 --- a/foreman/ci/deploy.sh +++ b/foreman/ci/deploy.sh @@ -197,7 +197,7 @@ else fi ##install dependencies -if ! yum -y install binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel dkms; then +if ! yum -y install binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel dkms psmisc; then printf '%s\n' 'deploy.sh: Unable to install depdency packages' >&2 exit 1 fi |