Fix command for VirtualBox

This commit is contained in:
Georges Dupéron 2018-06-25 00:09:09 +02:00
parent f0a4a5dcc7
commit 5b3c3bbe48

View File

@ -1,7 +1,4 @@
#!/bin/sh
set -e
ls /usr/bin | grep -i virtualbox || true
ls /usr/bin | grep -i vboxmanage || true
virtualbox --help
VBoxManage --help