Skip to content

Instantly share code, notes, and snippets.

@limeyd
Last active December 7, 2017 14:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save limeyd/986fb52e3e26d9f5e999ea0f63348c67 to your computer and use it in GitHub Desktop.
Save limeyd/986fb52e3e26d9f5e999ea0f63348c67 to your computer and use it in GitHub Desktop.
#! /bin/bash
xbps-alternatives -g sh -s dash
xbps-install -Syu #update repo and base
#vbox
xbps-install -Sy xorg-minimal xorg-apps xorg-fonts xterm bash-completion libEGL dbus virtualbox-ose-guest i3-gaps i3status
ln -sf /etc/sv/dbus /var/service/
ln -sf /etc/sv/vboxservice /var/service/
depmod
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment