Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jakeroggenbuck/arch-installer-whats-next
- Owner: JakeRoggenbuck
- License: mit
- Created: 2020-07-23T02:55:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T23:13:59.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T22:23:21.297Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```