Skip to content

Update packages for RASPBERRY PI 3 MODEL B #78

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion utils/installDependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if [ $(($nowTime - $lastUpdate)) -gt 604800 ] ; then
sudo apt-get update||die
fi

sudo apt-get install -y apache2 libapache2-mod-php5 php5-cli php5-common php5-cgi php5 git-core build-essential python-dev python-pip git-core || die
sudo apt-get install -y apache2 libapache2-mod-php7.0 php7.0-cli php7.0-common php7.0-cgi php7.0-mbstring php7.0 git build-essential python-dev python-pip || die

echo -e "\n***** Installing/updating required python packages via pip... *****\n"

Expand Down