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
ab73f612
Commit
ab73f612
authored
Nov 12, 2020
by
Thanassis Tsiodras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Testing fix #938 for ASN1SCC in Debian 9
parent
57c29b56
Pipeline
#2690
failed with stage
in 2 minutes and 6 seconds
Changes
1
Pipelines
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 @
ab73f612
...
...
@@ -6,8 +6,8 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
mkdir
-p
"
${
PREFIX
}
/share/asn1scc/"
||
exit
1
cd
"
${
PREFIX
}
/share/"
||
exit
1
VER
=
$(
mono ~/tool-inst/share/asn1scc/asn1.exe
-v
|
head
-1
|
awk
'{print $NF}'
)
if
[
"
${
VER
}
"
!=
"4.2.
1
.3f"
]
;
then
wget
-q
-O
- https://github.com/ttsiodras/asn1scc/releases/download/4.2.
1.3f/asn1scc-bin-4.2.1
.3f.tar.bz2
\
if
[
"
${
VER
}
"
!=
"4.2.
4
.3f"
]
;
then
wget
-q
-O
- https://github.com/ttsiodras/asn1scc/releases/download/4.2.
4.3f/asn1scc-bin-4.2.4
.3f.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