Commit e709b35bd5d535fae4c1b0816402df77771c46fa
1 parent
d55b98fb
Exists in
master
and in
1 other branch
Corrigindo quebra de linha no gitlab-sei.tex
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
installDoc/gitlab-sei.tex
... | ... | @@ -13,7 +13,9 @@ Baixar o script de instalação do Gitlab. |
13 | 13 | \texttt{sudo yum install wget -y}}} |
14 | 14 | |
15 | 15 | \fbox{\parbox{\textwidth}{ |
16 | -\texttt{sudo wget https://gitlab.com/softwarepublico/labsei/raw/master/script/instalacaoGitlab.sh}}} | |
16 | +\texttt{sudo wget \textbackslash | |
17 | +\\ | |
18 | +https://gitlab.com/softwarepublico/labsei/raw/master/script/instalacaoGitlab.sh}}} | |
17 | 19 | |
18 | 20 | \fbox{\parbox{\textwidth}{ |
19 | 21 | \texttt{sudo chmod +x instalacaoGitlab.sh}}} |
... | ... | @@ -28,4 +30,4 @@ Baixar o script de instalação do Gitlab. |
28 | 30 | Você pode acessar o gitlab usando a url: http://<IP\_GITLAB> \\ |
29 | 31 | Usuario: root \\ |
30 | 32 | Senha 5iveL!fe \\ |
31 | -}}} | |
32 | 33 | \ No newline at end of file |
34 | +}}} | ... | ... |