Skip to content

Commit

Permalink
Package removed from the archive
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed May 8, 2017
1 parent 77ff1a5 commit 813327d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ apt-get install --yes wget less zip unzip bzip2 p7zip \
# Install virtualbox guest additions
# If running on virtualbox this will allow us to use full-screen/usb2/...
# If running outside virtualbox the drivers will not be loaded
apt-get install --yes virtualbox-guest-dkms virtualbox-guest-x11 virtualbox-guest-utils
apt-get install --yes virtualbox-guest-dkms virtualbox-guest-utils
# Removed from Xenial 16.04.2
#apt-get install --yes virtualbox-guest-x11

# add /usr/local/lib to /etc/ld.so.conf if needed, then run ldconfig
# FIXME: similar thing needed for man pages?
Expand Down

0 comments on commit 813327d

Please sign in to comment.