Added bits that should fix networking both in chroot and after install

This commit is contained in:
2025-12-31 15:23:02 -05:00
parent fd1a033bd9
commit 74f884f7a0
2 changed files with 14 additions and 0 deletions

View File

@@ -74,6 +74,8 @@ fi
if [[ "${ID}" == 'debian' ]]; then
"${baseDir}/debian.sh" --network-interfaces
elif [[ "${ID}" == 'elementary' ]]; then
"${baseDir}/elementary.sh" --network
fi
if [[ "${ID}" == 'elementary' ]]; then