diff --git a/elementary.sh b/elementary.sh index 443ee66..cce5658 100755 --- a/elementary.sh +++ b/elementary.sh @@ -17,6 +17,7 @@ curl \ dosfstools \ dpkg-dev \ efibootmgr \ +elementary-desktop \ ethtool \ flatpak \ keyboard-configuration \ diff --git a/post-inst.sh b/post-inst.sh index 31d276b..7caba79 100755 --- a/post-inst.sh +++ b/post-inst.sh @@ -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