amx-mst701/scripts/reinstall_firstrun.sh
2024-12-18 13:57:56 +01:00

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"