mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
Change wording, 99% don't use Ondrejs PPA...
so why even show that info?
This commit is contained in:
parent
e5f07cc895
commit
2298e601e6
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user