Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jakeroggenbuck/arch-installer-whats-next

A reworked utility to either guide an Arch Linux install, or a tool to help you learn the commands in order.
https://github.com/jakeroggenbuck/arch-installer-whats-next

Last synced: 5 days ago
JSON representation

A reworked utility to either guide an Arch Linux install, or a tool to help you learn the commands in order.

Awesome Lists containing this project

README

        

# whats-next
A reworked utility to either guide an Arch Linux install, or a tool to help you learn the commands in order.

## Modes
### Easy Mode
This gives you the option to either (R)un the command or (E)dit the command.

### Hard Mode
You need to type in the whole command to build up that memory

## Image
![image](https://user-images.githubusercontent.com/35516367/202142674-6a2f249b-d18e-45cb-a742-257634b76f09.png)

## Install
```sh
## Official Mirror
curl -LO https://jr0.org/cdn/whats-next.py
# or
wget https://jr0.org/cdn/whats-next.py

## Github Source
curl -LO https://raw.githubusercontent.com/JakeRoggenbuck/arch-installer-whats-next/main/whats-next.py
# or
wget https://raw.githubusercontent.com/JakeRoggenbuck/arch-installer-whats-next/main/whats-next.py
```