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-depend
binwalk
Commits
8f62e92f
Commit
8f62e92f
authored
Mar 24, 2021
by
Peter Eacmen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
using pip3 is causing issues, use whatever pip the user has in their environment
parent
7fc3de14
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
+1
-3
.travis.yml
.travis.yml
+0
-1
deps.sh
deps.sh
+1
-2
No files found.
.travis.yml
View file @
8f62e92f
...
...
@@ -2,7 +2,6 @@ os: linux
dist
:
bionic
language
:
python
arch
:
amd64
sudo
:
true
addons
:
apt
:
update
:
true
...
...
deps.sh
View file @
8f62e92f
...
...
@@ -62,7 +62,6 @@ fi
PYTHON3_APT_CANDIDATES
=
""
PYTHON3_YUM_CANDIDATES
=
""
YUM_CANDIDATES
=
"git gcc gcc-c++ make openssl-devel qtwebkit-devel qt-devel gzip bzip2 tar arj p7zip p7zip-plugins cabextract squashfs-tools zlib zlib-devel lzo lzo-devel xz xz-compat-libs xz-libs xz-devel xz-lzma-compat python-backports-lzma lzip pyliblzma perl-Compress-Raw-Lzma lzop srecord"
PIP_COMMANDS
=
"pip"
# Check for root privileges
if
[
$UID
-eq
0
]
...
...
@@ -91,7 +90,7 @@ function install_sasquatch
function
install_jefferson
{
git clone https://github.com/sviehb/jefferson
(
cd
jefferson
&&
$SUDO
pip
3
install
-r
requirements.txt
&&
$SUDO
python3 setup.py install
)
(
cd
jefferson
&&
$SUDO
pip install
-r
requirements.txt
&&
$SUDO
python3 setup.py install
)
$SUDO
rm
-rf
jefferson
}
...
...
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