Change wording, 99% don't use Ondrejs PPA...

so why even show that info?
This commit is contained in:
Daniel Hansson 2020-05-07 23:53:36 +02:00 committed by GitHub
parent e5f07cc895
commit 2298e601e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,11 +45,11 @@ fi
check_distro_version
# Hold PHP if Ondrejs PPA is used
print_text_in_color "$ICyan" "Checking if Onrejs PPA is installed..."
print_text_in_color "$ICyan" "Fetching latest apt packages..."
apt update -q4 & spinner_loading
if apt-cache policy | grep "ondrej" >/dev/null 2>&1
then
print_text_in_color "$ICyan" "Yes it is! Holding PHP to avoid upgrading to a newer version without migration..."
print_text_in_color "$ICyan" "Ondrejs PPA is installed. Holding PHP to avoid upgrading to a newer version without migration..."
apt-mark hold php*
fi