Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
Philippe Gauron
installation
Commits
33c9676c
Commit
33c9676c
authored
Oct 03, 2019
by
Philippe Gauron
Browse files
correction vérif paquets deb & message bibli labview
parent
8684b0bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
verif_env_thomx.sh
verif_env_thomx.sh
+3
-3
No files found.
verif_env_thomx.sh
View file @
33c9676c
...
...
@@ -280,10 +280,10 @@ then
then
if
[[
"
${
DEBUG
}
"
-eq
1
]]
then
info
"local LabView libraries successfully installed"
info
"local LabView libraries
for GUI
successfully installed"
fi
else
warning
"local LabView libraries installation failed!"
warning
"local LabView libraries
for GUI
installation failed!"
fi
## Checking debian packages installation
...
...
@@ -363,7 +363,7 @@ do
done
## Checking debian packages installation
for
package
in
${
DEBIAN_PACKAGES
_CLIENT
}
for
package
in
${
DEBIAN_PACKAGES
}
do
DEBIAN_PACKAGE_NOT_INSTALLED
=
1
$(
dpkg
-l
|
grep
^ii |
grep
"
${
package
}
"
>
/dev/null
)
&&
DEBIAN_PACKAGE_NOT_INSTALLED
=
0
...
...
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