This is a Gitlab for NZOSS Members
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sysadmins
video-conf-monitoring
Commits
84eace36
Unverified
Commit
84eace36
authored
Apr 20, 2020
by
Tim McNamara
Browse files
Include gnuplot terminal dependencies in setup.sh
parent
bcd88404
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.sh
View file @
84eace36
...
...
@@ -41,6 +41,15 @@ install-rsync() {
sudo
apt
install
-y
rsync
}
install-dpkg
()
{
local
pkg
=
$(
dpkg
-s
"
$1
"
|
grep
"Status: install ok installed"
)
if
[
-n
"
$pkg
"
]
;
then
return
0
fi
sudo
apt
install
"
$1
"
}
install-gnuplot
()
{
# TODO: check minimum required version
local
cmd
=
$(
command
-v
gnuplot
)
...
...
@@ -71,4 +80,7 @@ install-just
install-make
install-ssh
install-rsync
install-gnuplot
\ No newline at end of file
install-gnuplot
install-dpkg libcairo2-dev
install-dpkg libfreetype-dev
install-dpkg libgd-dev
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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