IPISS is a setup script designed to streamline the configuration of a fresh Arch Linux installation. The goal of this script is to automate the setup process to make your Arch system ready with your desired configuration and tools.
- Language: Go
- Script: Bash
The script is designed to be run after installing Arch Linux, simplifying the process of customizing your system according to your preferences.
- Automated Configuration: Automates the setup process, including installation of software and configuration tweaks.
- Release Management: Provides options to use the latest stable release or the latest pre-release (dev build) of the setup script.
-
Download and Run the Setup Script
After installing Arch Linux, execute the following command to download and run the setup script:
curl -sL https://raw.githubusercontent.com/iljo-dp/IPISS/main/start.sh -o /tmp/start.sh && bash /tmp/start.sh
This command will:
- Download the start.sh script to a temporary file.
- Run the script, which will prompt you to select between the latest stable release or pre-release.