Skip to content

Commit

Permalink
vmtools.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Dec 13, 2024
1 parent 3546d26 commit 530abbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vmtools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

# set a default HOME_DIR environment variable if not set
HOME_DIR=/root

echo "$PACKER_BUILDER_TYPE"
case "$PACKER_BUILDER_TYPE" in

virtualbox-iso|virtualbox-ovf)
virtualbox-iso)
yum install -y bzip2 tar gcc make perl cpp libstdc++-devel kernel-devel kernel-headers

mkdir -p /tmp/vbox /run/vboxadd
Expand Down

0 comments on commit 530abbc

Please sign in to comment.