Last active
April 22, 2022 05:33
-
-
Save daxxog/60798f1ed5abc6a3b6074531f99d89f0 to your computer and use it in GitHub Desktop.
set up Virtualbox Guest Additions on slitaz
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
#!/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