blob: 120e82d41c1d0d474d6b877fae6ba059c5791192 (
plain)
1
2
3
4
5
|
post_install() {
# echo -e "\e[38;5;72;1m==> \e[0m Recarge configuarciĆ³n, inicie el servicio roothints.service y habilite sus unidades de monitoreo \e[1mSystemd\e[0m: \
echo -e "\e[38;5;72;1m==> \e[0m Recarge configuarciĆ³n de \e[1msystemd\e[0m e inicie el servicio \"\e[1mroothints.service\e[0m\": \
\n\n\tsudo systemctl daemon-reload \n\tsudo systemctl start roothints.service\n"
}
|