You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
ReGuess
added a commit
to ReGuess/ROCm_Documentation
that referenced
this issue
Mar 31, 2020
For the following set commands in step 6 of the instructions for Ubuntu on the Installation Guide:
Each pair should be linked by a pipe; otherwise, the output of
echo
gets printed directly to stdout, andtee
, lacking a piped input, waits there listening on stdin.The text was updated successfully, but these errors were encountered: