A single script for a full Arch Installation
- You can first try it in a VirtualMachine
- A working internet connection
- Logged in as 'root'
- Get list of packages and install git: pacman -Sy git
- Get the script: git clone https://github.com/cockhash/automatic-arch-installation
- Get the script: wget https://github.com/cockhash/automatic-arch-installation
cd automatic-arch-installation
make it executable:
chmod +x setup.sh
then start the script:
./0_installation.sh
This project is licenced under the GNU General Public License V3. For more information, visit https://www.gnu.org/licenses/gpl-3.0.en.html