Skip to content
Snippets Groups Projects
Commit f295e7c9 authored by Erik Alexandre Pucci's avatar Erik Alexandre Pucci
Browse files

bootstrap-install: Added initial message for the user


The message informs the beginning of the installation process and remembers
the user that the instalation package must be run as root and while
connected to the Internet. Also, informs that the agent need the cron and
sudo packages to be already installed in the system.

Signed-off-by: default avatarErik Alexandre Pucci <eap08@c3sl.ufpr.br>
Acked-by: default avatarJosiney de Souza <josineys@c3sl.ufpr.br>
parent 8e385f58
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,11 @@ collect_information(){
"seed.c3sl.ufpr.br\n"
}
printf "Iniciando instalação do agente PROINFODATA. Tenha certeza de %b%b%b" \
"estar conectado à Internet e executando este arquivo como super-" \
"usuário (root). Além disso, para o agente funcionar é necessário " \
"ter instalado no sistema os pacotes \"cron\" e \"sudo\".\n"
# These variables will be replaced when generating the installation package
MD5_CHECK=
BOOTSTRAP_LINES=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment