Skip to content

Commit d2e9742

Browse files
committed
or should we keep that? or advise to start the service?
1 parent 2abb5c7 commit d2e9742

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

β€Žinstall.shβ€Ž

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fi
2727
case ${OS} in
2828
Linux*)
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

0 commit comments

Comments
Β (0)