Skip to content
Snippets Groups Projects
Unverified Commit bcf2d367 authored by Christian Rebischke's avatar Christian Rebischke
Browse files

provisioning scripts

parent 5eab5731
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -e
set -x
yes | sudo pacman -Scc
#!/bin/bash
set -e
set -x
sudo pacman -S --noconfirm linux-headers
sudo pacman -S --noconfirm virtualbox-guest-utils-nox
sudo systemctl enable vboxservice
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment