Update php.sh
This commit is contained in:
parent
b6c3af9ff4
commit
a7a964c4af
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue