Skip to content

Instantly share code, notes, and snippets.

@muratayusuke
Last active August 29, 2015 14:02
Show Gist options
  • Save muratayusuke/bdf2ee60cf987e4b9da0 to your computer and use it in GitHub Desktop.
Save muratayusuke/bdf2ee60cf987e4b9da0 to your computer and use it in GitHub Desktop.

Revisions

  1. muratayusuke revised this gist Nov 28, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion install_ubuntu_guest_additon.sh
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    #!/bin/bash

    apt-get update
    apt-get install -y xserver-xorg xserver-xorg-core build-essential linux-headers-generic dkms
    apt-get install -y xserver-xorg xserver-xorg-core build-essential linux-headers-generic dkms virtualbox-guest-dkms

    # restart VM

  2. muratayusuke revised this gist Jun 20, 2014. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions install_ubuntu_guest_additon.sh
    Original file line number Diff line number Diff line change
    @@ -2,6 +2,9 @@

    apt-get update
    apt-get install -y xserver-xorg xserver-xorg-core build-essential linux-headers-generic dkms

    # restart VM

    mount /dev/sr0 /mnt
    cd /mnt
    ./VBoxLinuxAdditions.run
  3. muratayusuke revised this gist Jun 20, 2014. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion install_ubuntu_guest_additon.sh
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,7 @@
    #!/bin/bash

    apt-get update
    apt-get install -y xserver-xorg xserver-xorg-core build-essential linux-headers-generic dkms
    apt-get install -y xserver-xorg xserver-xorg-core build-essential linux-headers-generic dkms
    mount /dev/sr0 /mnt
    cd /mnt
    ./VBoxLinuxAdditions.run
  4. muratayusuke created this gist Jun 20, 2014.
    4 changes: 4 additions & 0 deletions install_ubuntu_guest_additon.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    #!/bin/bash

    apt-get update
    apt-get install -y xserver-xorg xserver-xorg-core build-essential linux-headers-generic dkms