new conf files + fix bug in conf_ntp with devuan 5, fix a bug with early debian/devuan version, added git support for profile

This commit is contained in:
2023-05-05 19:06:07 +02:00
parent a33726fba8
commit c2751bf9eb
27 changed files with 984 additions and 33 deletions

View File

@@ -38,7 +38,9 @@ get_os_version()
fi
# Return values on stdout
echo ${ID,,} ${VERSION_ID} ${VERSION_CODENAME,,}
echo ${ID,,} ${VERSION_ID} $(echo ${VERSION_CODENAME,,} | awk '{print $1}')
)
}
export read_os_release