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.)
if [ ! -z "$check_php" ]
then
print _info "we're good!"
print_info "we're good!"
else
die "something went wrong, we can't install the required PHP version."
fi