Last active
August 19, 2022 15:03
-
-
Save schnell18/1d6f74a0eeda68df065e7d34b2b108d4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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