Skip to content
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

Updated Shell Script for Raspbian Stretch Lite #128

Open
bigbydesign opened this issue Dec 4, 2017 · 3 comments
Open

Updated Shell Script for Raspbian Stretch Lite #128

bigbydesign opened this issue Dec 4, 2017 · 3 comments

Comments

@bigbydesign
Copy link

I have updated the install.sh to install properly with Raspbian Stretch Lite. Updated script to use PHP7.0 over PHP5.

https://rpguy.com/code/install.sh

@Nodeswitch
Copy link

I had to change the permissions on the /var/tmp/oslrd/ to make them writable from the pi user for this to work, otherwise had permission errors thrown at me.

There might be a better way around doing it, but I simply added:

sudo chown -R pi:pi /var/tmp/oslrd

@yshbnsl
Copy link

yshbnsl commented Jan 26, 2018

@bigbydesign your updated script link for php7 is not working.

@compuvin
Copy link

compuvin commented Feb 2, 2018

See pull request #131 for updated script. Changes are similar to those listed on the site listed above but it should install the latest version of PHP regardless of the version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants