Skip to content

Instantly share code, notes, and snippets.

@schnell18
Last active August 19, 2022 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schnell18/1d6f74a0eeda68df065e7d34b2b108d4 to your computer and use it in GitHub Desktop.
Save schnell18/1d6f74a0eeda68df065e7d34b2b108d4 to your computer and use it in GitHub Desktop.
# virtualbox 6.1.36 and vagrant 2.3.0 are broken
# instruction to downgrade to working versions
curl https://archive.archlinux.org/packages/v/virtualbox/virtualbox-6.1.32-2-x86_64.pkg.tar.zst -o virtualbox-6.1.32-2-x86_64.pkg.tar.zst
sudo pacman -U virtualbox-6.1.32-2-x86_64.pkg.tar.zst
curl https://archive.archlinux.org/packages/v/virtualbox-guest-iso/virtualbox-guest-iso-6.1.32-1-any.pkg.tar.zst -o virtualbox-guest-iso-6.1.32-1-any.pkg.tar.zst
sudo pacman -U virtualbox-guest-iso-6.1.32-1-any.pkg.tar.zst
curl https://archive.archlinux.org/packages/v/vagrant/vagrant-2.2.19-2-x86_64.pkg.tar.zst -o vagrant-2.2.19-2-x86_64.pkg.tar.zst
sudo pacman -U vagrant-2.2.19-2-x86_64.pkg.tar.zst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment