Skip to content

Commit

Permalink
Fixed bug with apt packages not being found
Browse files Browse the repository at this point in the history
  • Loading branch information
damianlewis committed Aug 14, 2018
1 parent 639533a commit 0881d75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install-php-module
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ if [[ $? != 0 ]]
then
echo "Unable to locate the $1 package in APT"
else
apt-get update > /dev/null 2>&1
apt-get -y install "$1" > /dev/null 2>&1
fi

0 comments on commit 0881d75

Please sign in to comment.