mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
extensions: fix minor spelling mistake in APA
This commit is contained in:
committed by
Igor Pecovnik
parent
67b114f70a
commit
275512e442
@@ -15,7 +15,7 @@ function post_armbian_repo_customize_image__install_from_apa() {
|
||||
chroot_sdcard_apt_get --$INSTALL_RECOMMENDS install "armbian-common armbian-bsp"
|
||||
chroot_sdcard rm -f /etc/apt/sources.list.d/armbian-apa.list.inactive
|
||||
|
||||
# install desktop environmnent if requested
|
||||
# install desktop environment if requested
|
||||
case ${DESKTOP_ENVIRONMENT^^} in
|
||||
XFCE|KDE|GNOME)
|
||||
display_alert "installing ${DESKTOP_ENVIRONMENT^^} desktop environment" "${EXTENSION}: ${DESKTOP_ENVIRONMENT^^}" "info"
|
||||
|
||||
Reference in New Issue
Block a user