File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 2727case ${OS} in
2828Linux* )
2929 if command -v dnf > /dev/null 2>&1 ; then
30- echo " π¦ Detected dnf. Installing FrankenPHP from RPM repository"
30+ echo " π¦ Detected dnf. Installing FrankenPHP from RPM repository... "
3131 if [ -n " ${SUDO} " ]; then
3232 echo " β Enter your password to grant sudo powers for package installation"
3333 ${SUDO} -v || true
@@ -37,7 +37,6 @@ Linux*)
3737 ${SUDO} dnf -y install frankenphp
3838 echo
3939 echo " π₯³ FrankenPHP installed successfully"
40- echo " π Run it with: frankenphp php-server"
4140 echo
4241 echo " β If you like FrankenPHP, please give it a star on GitHub: ${italic} https://github.com/php/frankenphp${normal} "
4342 exit 0
@@ -59,8 +58,7 @@ Linux*)
5958 ${SUDO} apt-get -y install frankenphp
6059 fi
6160 echo
62- echo " π₯³ FrankenPHP installed successfully via apt."
63- echo " π Run it with: frankenphp php-server"
61+ echo " π₯³ FrankenPHP installed successfully."
6462 echo
6563 echo " β If you like FrankenPHP, please give it a star on GitHub: ${italic} https://github.com/php/frankenphp${normal} "
6664 exit 0
You canβt perform that action at this time.
0 commit comments