You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix guest additions not being installed on ubuntu 11.04 i386
the guest additions were failing to install because the proper
`linux-headers-VER-generic` package was being installed after
the guest additions but the guest additions needed that package.
resolved by moving the package install before the guest
additions install.
0 commit comments