Skip to content

Commit

Permalink
Merge pull request #541 from dougmorato/UpdateAptGet
Browse files Browse the repository at this point in the history
Perform "apt-get update" before install packages. Resolves #540
  • Loading branch information
viyatb committed Jan 26, 2016
2 parents d3b944c + 49d646c commit 49f6687
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install/kali/install.sh
Expand Up @@ -14,6 +14,8 @@ RootDir=$1
########### Pip is the foremost thing that must be installed along with some needed dependencies for python libraries

apt_wrapper_path="$RootDir/install/aptitude-wrapper.sh"
# Perform apt-get update before starting to install all packages, so we can get the latests manifests and packages versions
sudo apt-get update
sudo -E "$apt_wrapper_path" python-pip xvfb xserver-xephyr libxml2-dev libxslt-dev
export PYCURL_SSL_LIBRARY=gnutls # Needed for installation of pycurl using pip in kali

Expand Down

0 comments on commit 49f6687

Please sign in to comment.