1
0
forked from mir/linux-vm-tools

Merge pull request #5 from cwilhit/patch-3

Keep ubuntu-desktop running
This commit is contained in:
Justin 2018-02-28 11:04:33 -08:00 committed by GitHub
commit c9552344b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,6 +125,9 @@ cd $XORGXRDP_PATH
make
sudo make install
#Installing xorgxrdp knocks out ubuntu-desktop from running. We need to reinstall it
sudo apt-get install --reinstall ubuntu-desktop
#
# End XORGXRDP
###############################################################################