amx-mst701/scripts/reinstall_firstrun.sh

13 lines
376 B
Bash
Raw Normal View History

2024-12-18 13:52:47 +01:00
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"