13 lines
376 B
Bash
13 lines
376 B
Bash
echo "amx-tablet" > /etc/hostname
|
|
|
|
pacman-key --init
|
|
pacman-key --populate archlinux
|
|
pacman-key --populate archlinuxarm
|
|
|
|
pacman -Sy archlinux-keyring archlinuxarm-keyring
|
|
pacman -Su htop sudo tmux lxde mpv alsa-utils libgpiod bash-completion firmware-imx linux-firmware-qcom
|
|
|
|
echo '%wheel ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
|
|
|
|
echo -e "MANUAL TODO:\n\t* Install SSH Keys"
|