Skip to content

Instantly share code, notes, and snippets.

View Faryshta's full-sized avatar

Angel Guevara Faryshta

View GitHub Profile
@Faryshta
Faryshta / ubuntu-php7-install.sh
Last active March 12, 2021 23:08
Ubuntu 14.04 PHP7 (Install from Source)
#!/bin/bash
# Install Dependencies
apt-get install --reinstall make;
apt-get update;
apt-get install --yes \
git \