This commit is contained in:
Papa Dragon 2022-12-27 00:32:10 +01:00
parent 1e23601eed
commit 749f5a74f2

View file

@ -307,7 +307,7 @@ function php_version {
check_php=$(apt-cache show php | grep php8.) check_php=$(apt-cache show php | grep php8.)
if [ ! -z "$check_php" ] if [ ! -z "$check_php" ]
then then
print _info "we're good!" print_info "we're good!"
else else
die "something went wrong, we can't install the required PHP version." die "something went wrong, we can't install the required PHP version."
fi fi