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 \