Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stellarsand/glide
Download and verify latest GNU/Linux ISO directly from terminal
https://github.com/stellarsand/glide
arch-linux bash bash-script centos debian downloader fedora iso kali-linux linux linux-image linux-installer linux-mint linux-shell linuxmint script scripts shell-script terminal ubuntu
Last synced: about 4 hours ago
JSON representation
Download and verify latest GNU/Linux ISO directly from terminal
- Host: GitHub
- URL: https://github.com/stellarsand/glide
- Owner: StellarSand
- License: gpl-3.0
- Created: 2022-04-06T11:30:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-22T15:30:45.000Z (about 1 year ago)
- Last Synced: 2024-07-30T19:25:56.583Z (3 months ago)
- Topics: arch-linux, bash, bash-script, centos, debian, downloader, fedora, iso, kali-linux, linux, linux-image, linux-installer, linux-mint, linux-shell, linuxmint, script, scripts, shell-script, terminal, ubuntu
- Language: Shell
- Homepage:
- Size: 93.8 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GLIDE
**G**NU/**L**inux **I**SO **D**ownload**e**rGLIDE 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](#available-distros-to-download)
- [Installation](#installation)
- [Usage](#usage)
- [Uninstall](#uninstall)
- [Roadmap](#roadmap)
- [Contributing](#contributing)## Available distros to download
All downloaded files are always the latest ones.- [Arch Linux](https://archlinux.org/)
- [CentOS Stream](https://www.centos.org/)
- [Debian](https://www.debian.org/)
- [Endeavour OS](https://endeavouros.com/)
- [Fedora Workstation](https://getfedora.org/)
- [Kali Linux](https://www.kali.org/)
- [Linux Mint](https://linuxmint.com/)
- [Manjaro](https://manjaro.org/)
- [Ubuntu](https://ubuntu.com/)
- [Ubuntu LTS](https://ubuntu.com/)
- [Zorin OS](https://zorin.com/os/)## 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
```Downloading to a specific directory can be done using the `-d` or `--directory` option
```
glide -d
```**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](https://github.com/StellarSand/GLIDE/pulls). Any contribution to the project will be highly appreciated.