Skip to content

Commit

Permalink
hold if PHP 7.4 as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 authored Apr 9, 2020
1 parent 682e738 commit d72fb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextcloud_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ then
fi

# Hold PHP due to max supported version in Nextcloud
if is_this_installed php7.3-common
if is_this_installed php7.3-common || is_this_installed php7.4-common
then
apt-mark hold php*
fi
Expand Down

0 comments on commit d72fb49

Please # to comment.