Changes between Version 6 and Version 7 of VisionFramework
- Timestamp:
- Nov 19, 2017, 12:41:40 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VisionFramework
v6 v7 24 24 25 25 reboot the pi: 26 {{{sudo shutdown -r now}}} 26 {{{ 27 sudo shutdown -r now 28 }}} 27 29 28 30 update with the following commands: … … 40 42 41 43 reboot: 42 {{{sudo shutdown -r now}}} 44 {{{ 45 sudo shutdown -r now 46 }}} 43 47 44 48 Install Xorg and Xinit: … … 49 53 50 54 Install the MATE GUI: 51 {{{sudo apt-get install mate-desktop-environment-core}}} 55 {{{ 56 sudo apt-get install mate-desktop-environment-core 57 }}} 52 58 53 59 Install LightDM login manager: 54 {{{sudo apt-get install lightdm}}} 60 {{{ 61 sudo apt-get install lightdm 62 }}}