From 12beaaf5d2f9456126d795f6d82b7d94383be17b Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Mon, 13 Oct 2025 19:38:07 -0400 Subject: [PATCH] Removed elementary OS package installations due to now being handled by mmdebstrap --- install.sh | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/install.sh b/install.sh index 2a79fb8..9344f6b 100755 --- a/install.sh +++ b/install.sh @@ -71,26 +71,7 @@ EOF fi fi -if [[ "${ID}" == 'elementary' ]]; 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 [[ "${ID}" == 'fedora' ]]; then if [[ "${VERSION_ID}" -lt '41' ]]; then dnf \ config-manager \