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
a63084b0
Commit
a63084b0
authored
Mar 10, 2020
by
Carlos Remuzzi
Browse files
migrando todas las urls al RESL
parent
9036c692
Changes
3
Hide whitespace changes
Inline
Side-by-side
INSTALL.md
View file @
a63084b0
...
...
@@ -31,13 +31,13 @@ Para instalar el cliente de **libreCast** es suficiente copiar y pegar el siguie
### via curl
```
shell
sh
-c
"
$(
curl
-fsSL
https://gitlab.
agetic
.gob.bo/agetic/librecast/
raw/master/tools/install.sh
)
"
sh
-c
"
$(
curl
-fsSL
https://gitlab.
softwarelibre
.gob.bo/agetic/librecast/
librecast-client/-/blob/master/INSTALL.md
)
"
```
### via wget
```
sh
sh
-c
"
$(
wget https://gitlab.
agetic
.gob.bo/agetic/librecast/
raw/master/tools/install.sh
-O
-
)
"
sh
-c
"
$(
wget https://gitlab.
softwarelibre
.gob.bo/agetic/librecast/
librecast-client/-/blob/master/INSTALL.md
-O
-
)
"
```
...
...
README.md
View file @
a63084b0
...
...
@@ -7,7 +7,7 @@ Transmisión inalámbrica de pantalla basada en GStreamer
Es suficiente copiar y pegar el siguiente comando en tu terminal.
```
sh
sh
-c
"
$(
wget https://gitlab.
agetic
.gob.bo/agetic/librecast/raw/master/tools/install.sh
-O
-
)
"
sh
-c
"
$(
wget https://gitlab.
softwarelibre
.gob.bo/agetic/librecast/
librecast-client/-/
raw/master/tools/install.sh
-O
-
)
"
```
Para una guia detallada de instalación puedes consultar la
[
guia de instalación
](
INSTALL.md
)
.
...
...
tools/install.sh
View file @
a63084b0
...
...
@@ -179,7 +179,7 @@ main() {
printf
"
${
BLUE
}
Clonando libreCast...
${
NORMAL
}
\n
"
env
git clone https://gitlab.
agetic
.gob.bo/agetic/librecast.git
$LIBRECAST
||
{
env
git clone https://gitlab.
softwarelibre
.gob.bo/agetic/librecast
/librecast-client
.git
$LIBRECAST
||
{
printf
"Error: el git clone del repo librecast ha fallado
\n
"
exit
1
}
...
...
@@ -215,7 +215,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.
agetic
.gob.bo/agetic/librecast/blob/master/INSTALL.md"
echo
"https://gitlab.
softwarelibre
.gob.bo/agetic/librecast/
librecast-client/-/
blob/master/INSTALL.md"
fi
printf
"
${
GREEN
}
"
...
...
Write
Preview
Supports
Markdown
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