This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# By: Mirko Migliorati https://github.com/bluedogmilan | |
# Based on: https://gist.github.com/zheltikov/bfe8cabcd4d6ddb37f128eb92e65baec | |
# Originally based on: http://blog.programster.org/ubuntu16-04-compile-php-7-2-with-parallel | |
# Used in: https://www.youtube.com/watch?v=L_FdpmJatdw | |
# Download the necessary packages | |
sudo apt update |