Update phalcon.sh

pull/620/head
Mr Chen 10 months ago
parent 995fa234d9
commit 3c6538565e
  1. 8
      plugins/php-apt/versions/common/phalcon.sh

@ -43,13 +43,13 @@ elif [[ "$version" == '7.3' ]]; then
elif [[ "$version" == '7.4' ]]; then
CMD="${CMD}phalcon4"
elif [[ "$version" == '8.0' ]]; then
CMD="${CMD}phalcon4"
CMD="${CMD}phalcon5"
elif [[ "$version" == '8.1' ]]; then
CMD="${CMD}phalcon4"
CMD="${CMD}phalcon5"
elif [[ "$version" == '8.2' ]]; then
CMD="${CMD}phalcon4"
CMD="${CMD}phalcon5"
elif [[ "$version" == '8.3' ]]; then
CMD="${CMD}phalcon4"
CMD="${CMD}phalcon5"
fi
$CMD

Loading…
Cancel
Save