installer: drop matchbox requirement and add an updater note

This commit is contained in:
alfrix 2022-08-22 08:58:47 -03:00 committed by Alfredo Monclus
parent 4f959696bd
commit ce8762da19

View File

@ -9,9 +9,13 @@ FBTURBO="xserver-xorg-video-fbturbo"
FBDEV="xserver-xorg-video-fbdev"
PYTHON="python3-virtualenv virtualenv python3-distutils"
PYGOBJECT="libgirepository1.0-dev gcc libcairo2-dev pkg-config python3-dev gir1.2-gtk-3.0"
MISC="librsvg2-common libopenjp2-7 libatlas-base-dev matchbox-keyboard wireless-tools"
MISC="librsvg2-common libopenjp2-7 libatlas-base-dev wireless-tools"
OPTIONAL="xserver-xorg-legacy fonts-nanum"
# moonraker will check this list when updating
# if new packages are required for existing installs add them below too.
PKGLIST=""
Red='\033[0;31m'
Green='\033[0;32m'
Cyan='\033[0;36m'