osget icon indicating copy to clipboard operation
osget copied to clipboard

Operating system image (.iso files usually) downloader which acts more like a package manager

Results 6 osget issues
Sort by recently updated
recently updated
newest added

Hi, I've noticed you denote releases in your git commits, but I think it would be easier if you used either GitHub's release system or git's internal tags. I would...

Your script (and the install script) requires administrator rights as it wants to write to /etc/osget which isn't always possible, wanted (or even necessary at all). With an optional installation...

### Description Add Windows OS ISO support to `osget`, expanding its capabilities to cover both Linux and Windows operating system images. ### Details - Integrate functionality for downloading Windows ISOs...

I just discovered this tool, but am seeing especially rolling release distros like Arch not being up-to-date. It would be very helpful if the oslist would be able to self-update...

I've been thinking of changing the repository system to use git instead of ftp. It would not only be so much more efficient but I could host the repo on...

The install script doesn’t work because `root` is not a valid group, it should be `wheel` instead. ```sed -i '' 's/:root/:wheel/' install.sh```