Removed elementary OS package installations due to now being handled by mmdebstrap

This commit is contained in:
2025-10-13 19:38:07 -04:00
parent 211a0413f5
commit 12beaaf5d2

View File

@@ -71,26 +71,7 @@ EOF
fi fi
fi fi
if [[ "${ID}" == 'elementary' ]]; then if [[ "${ID}" == 'fedora' ]]; then
apt \
install \
--yes \
--no-install-recommends \
console-setup \
cryptsetup \
curl \
dpkg-dev \
efibootmgr \
ethtool \
flatpak \
keyboard-configuration \
linux-generic \
locales \
nano \
network-manager \
openssh-{client,server} \
popularity-contest
elif [[ "${ID}" == 'fedora' ]]; then
if [[ "${VERSION_ID}" -lt '41' ]]; then if [[ "${VERSION_ID}" -lt '41' ]]; then
dnf \ dnf \
config-manager \ config-manager \