Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Missing pipes in Installation Guide #64

Open
ReGuess opened this issue Mar 31, 2020 · 0 comments
Open

Missing pipes in Installation Guide #64

ReGuess opened this issue Mar 31, 2020 · 0 comments

Comments

@ReGuess
Copy link

ReGuess commented Mar 31, 2020

For the following set commands in step 6 of the instructions for Ubuntu on the Installation Guide:

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

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

Each pair should be linked by a pipe; otherwise, the output of echo gets printed directly to stdout, and tee, lacking a piped input, waits there listening on stdin.

ReGuess added a commit to ReGuess/ROCm_Documentation that referenced this issue Mar 31, 2020
Added missing pipes between the ```echo``` and ```tee``` commands in step 6 of the Ubuntu section, RE: RadeonOpenCompute#64
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant