Installer doesn't do anything on fedora #1387
Replies: 1 comment
-
|
Hi @Amaanshah132! I'm Dosu and I’m helping the docker-magento team. There aren't any known Fedora-specific issues documented for the installer script, but there are a few things that could cause it to hang with no output. The script relies on bash and several dependencies (Docker, Docker Compose, curl, libnss3-tools, unzip, rsync) being installed and available in your environment. If any are missing, or if your shell isn't bash (for example, if Fedora defaults to dash or another shell), the script may fail silently or hang without error messages. You can check your shell with To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've encountered an issue on fedora where entering the command:
curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/onelinesetup | bash -s -- magento.test community 2.4.8does nothing in the terminal. No error. nothing. It just sits there and lets me hit enter or type other entries. Is there an issue with my configuration?
Beta Was this translation helpful? Give feedback.
All reactions