Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
agetic
librecast
Commits
178b4ef3
Commit
178b4ef3
authored
Feb 14, 2019
by
Carlos Remuzzi
Browse files
migrando de gitlab.geo.gob.bo a agetic.gob.bo
parent
e97df5ba
Changes
3
Show whitespace changes
Inline
Side-by-side
INSTALL.md
View file @
178b4ef3
...
...
@@ -29,13 +29,13 @@ Para instalar el cliente de **libreCast** es suficiente copiar y pegar el siguie
### via curl
```
shell
sh
-c
"
$(
curl
-fksSL
https://gitlab.ge
o
.gob.bo/agetic/librecast/raw/master/tools/install.sh
)
"
sh
-c
"
$(
curl
-fksSL
https://gitlab.
a
ge
tic
.gob.bo/agetic/librecast/raw/master/tools/install.sh
)
"
```
### via wget
```
sh
sh
-c
"
$(
wget
--no-check-certificate
https://gitlab.ge
o
.gob.bo/agetic/librecast/raw/master/tools/install.sh
-O
-
)
"
sh
-c
"
$(
wget https://gitlab.
a
ge
tic
.gob.bo/agetic/librecast/raw/master/tools/install.sh
-O
-
)
"
```
...
...
README.md
View file @
178b4ef3
...
...
@@ -7,7 +7,7 @@ Transmision inalambrica de pantalla basada en GStreamer
Es suficiente copiar y pegar el siguiente comando en tu terminal.
```
sh
sh
-c
"
$(
wget
--no-check-certificate
https://gitlab.ge
o
.gob.bo/agetic/librecast/raw/master/tools/install.sh
-O
-
)
"
sh
-c
"
$(
wget https://gitlab.
a
ge
tic
.gob.bo/agetic/librecast/raw/master/tools/install.sh
-O
-
)
"
```
Para mayores informaciones sobre los requisitos y las advertencias del sistema puedes consultar la
[
guia de instalacion
](
INSTALL.md
)
.
tools/install.sh
View file @
178b4ef3
...
...
@@ -170,7 +170,7 @@ main() {
printf
"
${
BLUE
}
Clonando libreCast...
${
NORMAL
}
\n
"
env
git
-c
http.sslVerify
=
false
clone https://gitlab.ge
o
.gob.bo/agetic/librecast.git
$LIBRECAST
||
{
env
git clone https://gitlab.
a
ge
tic
.gob.bo/agetic/librecast.git
$LIBRECAST
||
{
printf
"Error: el git clone del repo librecast ha fallado
\n
"
exit
1
}
...
...
@@ -206,7 +206,7 @@ main() {
echo
"Advertencia: nmcli no está instalado"
echo
"Será necesario configurar la conexión wifi manualmente"
echo
"Consultar la guía de instalación para mayores info"
echo
"https://gitlab.ge
o
.gob.bo/agetic/librecast/blob/master/INSTALL.md"
echo
"https://gitlab.
a
ge
tic
.gob.bo/agetic/librecast/blob/master/INSTALL.md"
fi
printf
"
${
GREEN
}
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment