Have basic packages installed required by Mycroft.
This commit is contained in:
parent
91490b7245
commit
615a7fc4f4
@ -136,7 +136,7 @@ arch-chroot /mnt << EOF
|
||||
# set up pacman
|
||||
pacman-key --init
|
||||
pacman-key --populate archlinuxarm
|
||||
pacman -Syu --needed --noconfirm base base-devel bash-completion espeak git
|
||||
pacman -Syu --needed --noconfirm base base-devel bash-completion curl espeak flac git icu jq libffi libjpeg-turbo mpg123 portaudio pulseaudio pulseaudio-alsa python-gobject python-pip python-setuptools python-virtualenv screen swig
|
||||
# set the language
|
||||
sed -i "s/#$imageLanguage/$imageLanguage/" /etc/locale.gen
|
||||
echo "LANG=$imageLanguage" > /etc/locale.conf
|
||||
@ -159,7 +159,7 @@ cd yay
|
||||
makepkg -si --noconfirm
|
||||
cd ~
|
||||
rm -rf yay
|
||||
yay -S --noconfirm magic-wormhole
|
||||
yay -S --needed --noconfirm fann magic-wormhole mimic
|
||||
exit
|
||||
# Configure sudo for group wheel, remove nopasswd for the mycroft user
|
||||
sed '/mycroft/d' /etc/sudoers.d/wheel
|
||||
|
Loading…
Reference in New Issue
Block a user