Added some installer scripts for manual setup of local VBox environment running Debian Jessie

This commit is contained in:
Tom Staubitz
2016-12-27 00:15:04 +01:00
parent f4c01879bf
commit 730d76843b
8 changed files with 379 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Mount Guest Additions and run the installer
echo "Mount Guest Additions and run the installer..."
sudo mount /dev/sr0 /media/cdrom
cd /media/cdrom
sudo sh ./VBoxLinuxAdditions.run
echo "Done"
echo "Please follow the instructions:"
echo "Create Shared Folder. VM: Devices=>VM: Devices=>Shared Folders=>Shared Folders Settings"
echo "Name: codeocean, Path: path to your local codeocaen repository on the host machine."