Skip to content

Instantly share code, notes, and snippets.

@daxxog
Last active April 22, 2022 05:33
Show Gist options
  • Save daxxog/60798f1ed5abc6a3b6074531f99d89f0 to your computer and use it in GitHub Desktop.
Save daxxog/60798f1ed5abc6a3b6074531f99d89f0 to your computer and use it in GitHub Desktop.
set up Virtualbox Guest Additions on slitaz
#!/bin/sh
# - set up Virtualbox Guest Additions on slitaz
# - make sure Guest Additions CD is inserted and mounted!
# - WARNING!! WILL REBOOT SYSTEM WHEN FINISHED!!
# wget -O - http://tinyurl.com/vboxslitaz | sh
# Download the script body
cd /tmp
wget --no-cache https://gist.githubusercontent.com/daxxog/b1a4780694e2cf9751f1c90ec6f58299/raw/.vboxslitaz-sh
# Execute the script
sakura -e sudo sh .vboxslitaz-sh
# Delete the script
rm .vboxslitaz-sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment