MatMoul / archfi

Arch Linux Fast Installer : tutorial installer
GNU General Public License v3.0
2.55k stars 316 forks source link

Flatpak commands need to be run as sudo #220

Closed telometto closed 1 year ago

telometto commented 1 year ago

I don't know if there's some step that the script does or does not do but, whenever I use this script to do a fresh Arch install, installing the flatpak package and executing flatpak commands require elevated privileges (which, sort of defeats the whole purpose of the technology). I'm asking here because using the default archinstall script does not encounter the same issues. Is this intended functionality?

Amazing script, nonetheless! Without a doubt the best one out there 😊

MatMoul commented 1 year ago

After some research I see that archinstall adds your user to the wheel group. I think that's the reason.

telometto commented 1 year ago

I see. I'll just manually add the users, then. Thanks for clearing that up 😊