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
Open sidebar
Philippe Gauron
installation
Commits
2f50b65d
Commit
2f50b65d
authored
Apr 11, 2019
by
Philippe Gauron
Committed by
Philippe Gauron
Apr 16, 2019
Browse files
Suppression d'un téléchargement inutile de libtango-java
parent
65feabd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
script-install.sh
script-install.sh
+0
-4
No files found.
script-install.sh
View file @
2f50b65d
...
...
@@ -836,10 +836,6 @@ sudo sh -c 'echo "export TANGO_HOST" >> /etc/bash.bashrc'
if
!
(
sudo
apt
install
-f
libtango-java
)
then
if
[
!
-f
"
${
REPO_DIR
}
/tmp/
${
LIBTANGO_JAVA
}
"
]
then
wget
-c
"https://people.debian.org/~picca/
${
LIBTANGO_JAVA
}
"
-P
"
${
REPO_DIR
}
/tmp"
fi
sudo
dpkg
-i
"
${
REPO_DIR
}
/tmp/
${
LIBTANGO_JAVA
}
"
fi
...
...
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