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
You can leave out the first sudo, so git archive is run as normal user, but your conclusion is absolutely right. You must run tar -x ... as sudo as you're trying to write into /usr/src/.
Hello,
I get the following errors while runnig this command
sudo git archive driver-${DRV_VERSION} | tar -x -C /usr/src/${DRV_NAME}-${DRV_VERSION}
:The text was updated successfully, but these errors were encountered: