Split [debian.sh] into multiple scripts inside a [debian] directory, adjusted references in other files to reflect changes
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user