Missing apps installed and 'gnome-software' and 'snapd' removed to bring custom installation in line with default

This commit is contained in:
2025-12-31 16:00:46 -05:00
parent e952c663ad
commit 9b90ca2273
2 changed files with 39 additions and 0 deletions

View File

@@ -124,6 +124,12 @@ if [[ "${ID}" == 'debian' ]] || [[ "${ID}" == 'elementary' ]]; then
"${baseDir}/debian.sh" --purge-os-prober
fi
if [[ "${ID}" == 'elementary' ]]; then
"${baseDir}/elementary.sh" --purge
"${baseDir}/elementary.sh" --apps
fi
printf \
'\033[?47h\033[2J\033[H'