Skip to content

Commit

Permalink
forgot a "-y" on apt-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
show0k committed Jul 17, 2015
1 parent f563b6f commit 323db98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/poppy_install.sh
Expand Up @@ -60,7 +60,7 @@ install_python() {

install_python_std_packages() {
# Install Scipy dependancies
sudo apt-get install libblas3gf libc6 libgcc1 libgfortran3 liblapack3gf libstdc++6 build-essential gfortran python-all-dev libatlas-base-dev
sudo apt-get -y install libblas3gf libc6 libgcc1 libgfortran3 liblapack3gf libstdc++6 build-essential gfortran python-all-dev libatlas-base-dev
pip install numpy
pip install scipy
pip install matplotlib
Expand Down Expand Up @@ -114,4 +114,4 @@ install_poppy_environment() {
echo "Please now reboot your system"
}

install_poppy_environment
install_poppy_environment

0 comments on commit 323db98

Please sign in to comment.