Installation of 'elementary-desktop' now handled by mmdebstrap

This commit is contained in:
2025-12-31 15:59:33 -05:00
parent 0b562b0ccf
commit e952c663ad
2 changed files with 2 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ curl \
dosfstools \
dpkg-dev \
efibootmgr \
elementary-desktop \
ethtool \
flatpak \
keyboard-configuration \

View File

@@ -135,13 +135,7 @@ if [[ "${ID}" == 'debian' ]] || [[ "${ID}" == 'elementary' ]]; then
--yes
fi
if [[ "${ID}" == 'elementary' ]]; then
apt \
install \
--yes \
--autoremove \
elementary-desktop
elif [[ "${ID}" = 'debian' ]]; then
if [[ "${ID}" = 'debian' ]]; then
"${baseDir}/debian.sh" --tasksel
fi