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 \ dosfstools \
dpkg-dev \ dpkg-dev \
efibootmgr \ efibootmgr \
elementary-desktop \
ethtool \ ethtool \
flatpak \ flatpak \
keyboard-configuration \ keyboard-configuration \

View File

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