89luca89 / distrobox

Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox
https://distrobox.it/
GNU General Public License v3.0
9.41k stars 384 forks source link

Fix issue with user not having permissions to write containers.conf #1456

Closed nhermosilla14 closed 1 week ago

nhermosilla14 commented 1 week ago

This is a simple fix, I just replaced a redirection with a pipe to sudo tee, because the command as-is does not work unless you run it as root (which doesn't seem to be the intended usage for that step-by-step).

89luca89 commented 1 week ago

Thanks @nhermosilla14 for the fix :)