Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
taste-setup
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
taste-setup
Commits
a6e053b3
Commit
a6e053b3
authored
Jun 29, 2017
by
Thanassis Tsiodras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New release of ASN1SCC (3.3.21)
parent
a28fd376
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
install/15_asn1scc.sh
install/15_asn1scc.sh
+2
-2
No files found.
install/15_asn1scc.sh
View file @
a6e053b3
...
...
@@ -6,8 +6,8 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
mkdir
-p
${
PREFIX
}
/share/asn1scc/
||
exit
1
cd
${
PREFIX
}
/share/
||
exit
1
VER
=
$(
asn1.exe 2>&1 |
grep
'^Current'
|
awk
'{print $NF}'
)
if
[
"
${
VER
}
"
!=
"3.3.2
0
"
]
;
then
wget
-q
-O
- https://github.com/ttsiodras/asn1scc/releases/download/3.3.2
0/asn1scc-bin-3.3.20
.tar.bz2
\
if
[
"
${
VER
}
"
!=
"3.3.2
1
"
]
;
then
wget
-q
-O
- https://github.com/ttsiodras/asn1scc/releases/download/3.3.2
1/asn1scc-bin-3.3.21
.tar.bz2
\
|
tar
jxvf -
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