gnarlin / osget

Operating system image (.iso files usually) downloader which acts more like a package manager
GNU General Public License v3.0
41 stars 6 forks source link

Make updating usable without sudo #6

Closed gofh closed 3 years ago

gofh commented 3 years ago

Nice script!

Unfortunately not usable if you have an installation that doesn't use sudo, because updating the oslist requires that. And as an added feature: Maybe have the oslist written into a a different (user) directory as an option?

gnarlin commented 3 years ago

Thank you. I've done as you asked. I've changed --update to only check if the user has write permission to the oslist filesystem location.