diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-07-26 14:12:20 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-07-26 14:12:20 +0200 |
commit | cb36ed36aaf0ce1f6c04e63052f7c2127c053362 (patch) | |
tree | fa3be736c2ade8f62c1f0c6c02060795b4cc787b | |
parent | e26e06f0896ad05e90d99dfb8fc7bf48f01ef889 (diff) |
rewrite final paragraphs
-rw-r--r-- | SETUP.md | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -159,14 +159,17 @@ while the computer is **turned off** (also use a strong user password and a screensaver with locking). Also, if you forget your disk password then **all your data is lost!** -Finalize setup of the system: +Finalize setup of the core system: sudo system-setup -## Install desktop environment +## Install desktop environment and helper tools -You are recommended to use the Xfce desktop - -as a conservative X11 desktop environment. +Install the "Xfce" desktop environment, +and additional tools for systems not aways online or at the same place, +and tools for automated administration of system updates: -Run "box-add-gui" to have a graphical user interface. + sudo box-add-gui + sudo box-add-mobile + sudo box-add-admin |