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
65feabd5
Commit
65feabd5
authored
Apr 11, 2019
by
Philippe Gauron
Committed by
Philippe Gauron
Apr 16, 2019
Browse files
Correction des tests d'existence de paquets avant téléchargement
parent
dd34ab51
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
script-install.sh
script-install.sh
+6
-3
No files found.
script-install.sh
View file @
65feabd5
...
...
@@ -601,16 +601,19 @@ then
sudo
apt
install
--assume-yes
subversion
sudo
apt
install
--assume-yes
-d
pkg-config cmake
if
[
!
-
d
"
${
REPO_DIR
}
/tmp/YAT-1.14.5"
]
if
[
!
-
e
"
${
REPO_DIR
}
/tmp/YAT-1.14.5"
]
then
svn checkout https://svn.code.sf.net/p/tango-cs/code/share/yat/tags/YAT-1.14.5
"
${
REPO_DIR
}
/tmp/YAT-1.14.5"
fi
if
[
!
-
d
"
${
REPO_DIR
}
/tmp/YAT4Tango-1.11.4"
]
if
[
!
-
e
"
${
REPO_DIR
}
/tmp/YAT4Tango-1.11.4"
]
then
svn checkout https://svn.code.sf.net/p/tango-cs/code/share/yat4tango/tags/YAT4Tango-1.11.4
"
${
REPO_DIR
}
/tmp/YAT4Tango-1.11.4"
fi
wget
-c
"https://people.debian.org/~picca/
${
LIBTANGO_JAVA
}
"
-P
"
${
REPO_DIR
}
/tmp"
if
[
!
-e
"
${
REPO_DIR
}
/tmp/
${
LIBTANGO_JAVA
}
"
]
then
wget
-c
"https://people.debian.org/~picca/
${
LIBTANGO_JAVA
}
"
-P
"
${
REPO_DIR
}
/tmp"
fi
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