#!/bin/bash echo "What is your username?" read username export USERNAME=$username echo "What is your password?" read password export PASSWORD=$password echo "What is the boot device?" read device export DEVICE=$device echo "What is the filesystem partition?" read filesystem export FILESYSTEM=$filesystem echo "What is the swap partition?" read swapsystem export SWAPSYSTEM=$swapsystem curl -fsSL ionandrei.me/scripts/util_pacstrap.sh -o util_pacstrap.sh bash util_pacstrap.sh rm util_pacstrap.sh rm ez-arch.sh