diff --git a/scripts/provision.sh b/scripts/provision.sh index 09ad6950..6c8675d2 100644 --- a/scripts/provision.sh +++ b/scripts/provision.sh @@ -35,7 +35,7 @@ apt-add-repository ppa:ondrej/php -y wget -q -O - https://packages.blackfire.io/gpg.key | apt-key add - echo "deb http://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list -curl --silent --location https://deb.nodesource.com/setup_8.x | bash - +curl --silent --location https://deb.nodesource.com/setup_10.x | bash - # Update Package Lists apt-get update