Update php.sh

This commit is contained in:
FusionPBX 2019-06-03 09:51:25 -06:00 committed by GitHub
parent b6c3af9ff4
commit a7a964c4af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ if [ ."$os_name" = ."Ubuntu" ]; then
LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php
fi
elif [ ."$cpu_architecture" = ."arm" ]; then
echo arm"
echo "arm"
fi
apt-get update -y