From e097c1e335fd5e62f1e196a51575f0b90e5038ad Mon Sep 17 00:00:00 2001 From: Prakash A Date: Sat, 22 Dec 2018 22:50:27 +0000 Subject: [PATCH] Update php-install.sh --- scripts/php-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/php-install.sh b/scripts/php-install.sh index 1c4e6e5..91181b6 100644 --- a/scripts/php-install.sh +++ b/scripts/php-install.sh @@ -1,3 +1,5 @@ +#!/bin/bash + # php installatipon apt-get update -y && apt-get upgrade -y;