Closed LavaTiger99 closed 3 years ago
For PHP, Something along the lines of: if apt-cache search php5.6 is not true then sudo apt install ca-certificates apt-transport-https wget -q https://packages.sury.org/php/apt.gpg -O- | sudo apt-key add - echo "deb https://packages.sury.org/php/ stretch main" | sudo tee /etc/apt/sources.list.d/php.list
But the script will need to specify php5.6-cli or php5*-cli
As for the gcc/g++, are those older versions required?
Nevermind, I was using the 'latest' release which is from 2016, downloading master now
Installation fails on Kali 2020.4 on Raspberry pi:
First issue looks like php5 is not available in the repos, so maybe check if that exists and add the repo if needed
Second looks to be python-pip not found. I already have both pip2 and pip3 installed, so this should check before it marks it as failed, but if not installed that repo or installation script should also be installed.
Next it looks like the requested versions of gcc and g++ are not found.
The rest of the errors seem to be related to php5 not installed. I will look into installing these manually