ejoffe / spr

Stacked Pull Requests on GitHub
MIT License
796 stars 68 forks source link

Update Apt install to work with file permissions #259

Closed kemitix closed 2 years ago

kemitix commented 2 years ago

As a non-root user, the existing command to update the apt sources list fails due to a lack of permissions. The updated command uses sudo to gain the permissions needed and tee to write the changes to the file.

ejoffe commented 2 years ago

Thank you for the doc update.