Skip to content

Commit

Permalink
Docs - Ubuntu - Fix ambiguity
Browse files Browse the repository at this point in the history
Change username.

Someone testing put username in .xsession instead of sugar.
  • Loading branch information
quozl committed Feb 25, 2019
1 parent 319f957 commit 7473e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Install the Remote Desktop packages:

Create a user for Sugar and set a default desktop environment:

sudo adduser sugar
sudo su - sugar -c 'echo sugar >> .xsession'
sudo adduser guest
sudo su - guest -c 'echo sugar >> .xsession'

Start a session:

Expand Down

0 comments on commit 7473e7a

Please sign in to comment.