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
16bee5af
Commit
16bee5af
authored
Aug 30, 2017
by
Carlos Remuzzi
Browse files
aumentando instaladores
parent
73832baa
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/install.sh
View file @
16bee5af
...
...
@@ -50,9 +50,19 @@ main() {
exit
1
}
hash
gst-launch-1.0
>
/dev/null 2>&1
||
{
echo
"Error: gstreamer no esta instalado"
sudo
apt
install
gstreamer1.0-tools
}
hash
pacmd
>
/dev/null 2>&1
||
{
echo
"Error: pulseaudio no esta instalado"
sudo
apt
install
pulseaudio-utils
}
hash
curl
>
/dev/null 2>&1
||
{
echo
"Error: curl no esta instalado"
exit
1
sudo
apt
install
curl
}
hash
nmcli
>
/dev/null 2>&1
||
{
...
...
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