Skip to content

Commit

Permalink
Missing pipes in Ubuntu step 6
Browse files Browse the repository at this point in the history
Added missing pipes between the ```echo``` and ```tee``` commands in step 6 of the Ubuntu section, RE: RadeonOpenCompute#64
  • Loading branch information
ReGuess authored Mar 31, 2020
1 parent d722bbb commit c81c6a3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Installation_Guide/Installation-Guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,9 @@ The current rocm.gpg.key is not available in a standard key ring distribution, b

::

echo 'ADD_EXTRA_GROUPS=1'
sudo tee -a /etc/adduser.conf
echo 'ADD_EXTRA_GROUPS=1' | sudo tee -a /etc/adduser.conf

echo 'EXTRA_GROUPS=video'
sudo tee -a /etc/adduser.conf
echo 'EXTRA_GROUPS=video' | sudo tee -a /etc/adduser.conf

7. Restart the system.

Expand Down

0 comments on commit c81c6a3

Please sign in to comment.