Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
binwalk
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-gitdep
binwalk
Commits
dae66d1c
Unverified
Commit
dae66d1c
authored
Mar 11, 2020
by
devttys0
Committed by
GitHub
Mar 11, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #429 from Slepowid/patch-1
Update deps.sh
parents
66612cd4
39fb5d51
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
deps.sh
deps.sh
+7
-2
No files found.
deps.sh
View file @
dae66d1c
...
@@ -13,9 +13,14 @@ set -o nounset
...
@@ -13,9 +13,14 @@ set -o nounset
if
!
which lsb_release
>
/dev/null
if
!
which lsb_release
>
/dev/null
then
then
function
lsb_release
{
function
lsb_release
{
if
[
-f
/etc/
lsb
-release
]
if
[
-f
/etc/
os
-release
]
then
then
cat
/etc/lsb-release |
grep
DISTRIB_ID | cut
-d
=
-f
2
[[
"
$1
"
=
"-i"
]]
&&
cat
/etc/os-release |
grep
^
"ID"
| cut
-d
=
-f
2
[[
"
$1
"
=
"-r"
]]
&&
cat
/etc/os-release |
grep
"VERSION_ID"
| cut
-d
=
-d
'"'
-f
2
elif
[
-f
/etc/lsb-release
]
then
[[
"
$1
"
=
"-i"
]]
&&
cat
/etc/lsb-release |
grep
"DISTRIB_ID"
| cut
-d
=
-f
2
[[
"
$1
"
=
"-r"
]]
&&
cat
/etc/lsb-release |
grep
"DISTRIB_RELEASE"
| cut
-d
=
-f
2
else
else
echo
Unknown
echo
Unknown
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