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

Osget

Downloads ISO files for different operating systems. A package manager for operating systems image files.

Installation:

git clone https://github.com/gnarlin/osget.git
cd osget
sudo ./install.sh --install

You can also use the debian package on Debian based distributions:

sudo apt install ./osget_1.6_all.deb

If you want to use the tradition method:

sudo dpkg -i osget_1.6_all.deb

This uninstalls osget, all configuration files and the oslist repository:

sudo ./install.sh --uninstall