Split [debian.sh] into multiple scripts inside a [debian] directory, adjusted references in other files to reflect changes

This commit is contained in:
2026-08-01 21:48:51 -04:00
parent 2ebb72620b
commit cd8baf67e5
15 changed files with 261 additions and 12 deletions
+3 -3
View File
@@ -40,7 +40,7 @@ EOF
if [[ "${ID}" == 'elementary' ]]; then
"${baseDir}/elementary.sh" --namarupa
elif [[ "${ID}" == 'debian' ]]; then
"${baseDir}/debian.sh" --contrib
"${baseDir}/debian/contrib.sh"
fi
if [[ "${ID}" == 'debian' ]] || [[ "${ID}" == 'elementary' ]]; then
@@ -51,11 +51,11 @@ if [[ "${ID}" == 'debian' ]] || [[ "${ID}" == 'elementary' ]]; then
fi
if [[ "${ID}" = 'debian' ]]; then
"${baseDir}/debian.sh" --tasksel
"${baseDir}/debian/tasksel.sh"
fi
if [[ "${ID}" == 'debian' ]] || [[ "${ID}" == 'elementary' ]]; then
"${baseDir}/debian.sh" --logrotate
"${baseDir}/debian/logrotate.sh"
"${baseDir}/apt-snapshot.sh"
fi