Adhere to the naming convention

This commit is contained in:
Michele Cereda
2022-04-27 18:22:52 +02:00
parent 3f12e20b1c
commit 5ebc8d15be
22 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#!/usr/bin/env bash
packages="virtualbox virtualbox-host-modules-arch"
sudo pacman -S ${packages}
sudo gpasswd -a $USER vboxusers
#sudo reboot
vbox_version="$(vboxmanage --version)"
version=${vbox_version%r*}
file="Oracle_VM_VirtualBox_Extension_Pack-${version}.vbox-extpack"
curl -o /tmp/${file} -s https://download.virtualbox.org/virtualbox/${version}/${file}
sudo VBoxManage extpack install /tmp/${file} --accept-license=56be48f923303c8cababb0bb4c478284b688ed23f16d775d729b89a2e8e5f9eb --replace