Skip to content

Commit

Permalink
Merge pull request google#347 from destijl/issue346
Browse files Browse the repository at this point in the history
Rename to python-pytsk3 to match PPA change.
  • Loading branch information
scudette committed Mar 29, 2016
2 parents cbbe444 + f18f175 commit f5adca8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/install_script_ubuntu.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
# By default this will install into /usr and set the config in
# /etc/grr/
#
set -e

PREFIX=/usr

# If true, do an apt-get upgrade
Expand Down Expand Up @@ -125,6 +127,8 @@ function run_cmd_confirm()

header "Adding launchpad.net/~gift PPA for m2crypto pytsk dependencies."
run_cmd_confirm apt-get install -y software-properties-common

# We're using the dev track to get the proto 2.6.1 package
run_cmd_confirm add-apt-repository ppa:gift/dev -y

header "Updating APT."
Expand Down Expand Up @@ -160,7 +164,7 @@ apt-get install -y \
python-protobuf \
python-setuptools \
python-support \
pytsk3 \
python-pytsk3 \
rpm \
sleuthkit \
swig \
Expand Down

0 comments on commit f5adca8

Please sign in to comment.