Git Product home page Git Product logo

glide's Introduction

GLIDE

GNU/Linux ISO Downloader

GLIDE is a command line tool that allows you to easily download the latest ISO images for various GNU/Linux distributions directly from the terminal. It also automatically checks the authenticity and integrity of the downloaded files to ensure that you are getting a genuine and unmodified copy of the operating system.

Contents

Available distros to download

All downloaded files are always the latest ones.

Installation

1. Clone this repo:

git clone https://github.com/StellarSand/GLIDE.git

2. Move into the project directory:

cd GLIDE

3. Give executable permissions to the install script:

chmod +x install.sh

4. Run the install script:

./install.sh

Usage

Using GLIDE is easy, once installed.

glide <distro name>

Downloading to a specific directory can be done using the -d or --directory option

glide <distro name> -d <directory>

Examples:

  • To show available distro list:
glide -l
  • To download Linux Mint ISO:
glide linuxmint
  • To download Linux Mint ISO to specific directory:
glide linuxmint -d /home/user/Desktop

Uninstall

If GLIDE has been installed, you can remove it by:

1. Clone this repo (if not done already):

git clone https://github.com/StellarSand/GLIDE.git

2. Move into the project directory:

cd GLIDE

3. Give executable permissions to the uninstall script:

chmod +x uninstall.sh

4. Run the uninstall script:

./uninstall.sh

Roadmap

  • More distros will be added soon.
  • Currently only 64-bit ISO are downloaded. ARM ISO will be added in the future.

Contributing

Pull requests can be submitted here. Any contribution to the project will be highly appreciated.

glide's People

Contributors

stellarsand avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

glide's Issues

syntax error near unexpected token

$ glide endeavouros
/usr/local/lib/GLIDE/distros/endeavouros.sh: line 55: syntax error near unexpected token else' /usr/local/lib/GLIDE/distros/endeavouros.sh: line 55: else'

just reporting lol

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.