Added some installer scripts for manual setup of local VBox environment running Debian Jessie
This commit is contained in:
10
debian_installer/setup_debian_4_install_guest_additions.sh
Normal file
10
debian_installer/setup_debian_4_install_guest_additions.sh
Normal 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."
|
||||
|
Reference in New Issue
Block a user