Enable Kali 2021

This commit is contained in:
ptitdoc 2022-01-07 10:53:57 +01:00 committed by GitHub
parent 5f1a2507a0
commit 126d3c3cde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1488,6 +1488,7 @@ __debian_derivatives_translation() {
devuan_1_debian_base="8.0"
devuan_2_debian_base="9.0"
kali_1_debian_base="7.0"
kali_2021_debian_base="10.0"
linuxmint_1_debian_base="8.0"
raspbian_8_debian_base="8.0"
raspbian_9_debian_base="9.0"
@ -3771,6 +3772,13 @@ install_debian_git_post() {
done
}
install_debian_2021_post() {
# Kali 2021 (debian derivative) disables all network services by default
# Using archlinux post function to enable salt systemd services
install_arch_linux_post || return 1
return 0
}
install_debian_restart_daemons() {
[ "$_START_DAEMONS" -eq $BS_FALSE ] && return 0