Skip to content

Instantly share code, notes, and snippets.

@kietoparao
kietoparao / 01-install.sh
Last active March 26, 2020 16:21
Installation and minimal setup of Arch Linux from live USB on an Intel laptop (BIOS mode) with 1GB swap partition
#!/bin/sh
set -euo pipefail
echo "########## Setting the keyboard to ES..."
loadkeys es
echo "########## Setting clock..."
timedatectl set-ntp true
echo "########## Checking internet connection..."
ip link
ping -c 3 archlinux.org