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
Yeah in GNU/Linux sudo doesn't survive the > redirection operator. You should either use sudo -i to become root or use tee: echo pause | sudo tee /tmp/mpradio_bt
Yeah in GNU/Linux sudo doesn't survive the > redirection operator. You should either use sudo -i to become root or use tee: echo pause | sudo tee /tmp/mpradio_bt
It still doesn't reply to any command, and I've noticed another problem but I'll open a new issue about it in order to make order between problems.
It denies me the permission to perform such commands even if I use
sudo
.The text was updated successfully, but these errors were encountered: