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 was 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.
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
echogets printed directly to stdout, andtee, lacking a piped input, waits there listening on stdin.