I'm on Fedora 29 and when I run the script provided on the installation page, it doesn't actually install the repo correctly and it doesn't find pygpgme
because fedora 29 has it listed as gpgme and throws fun errors.
So the command installs yum-utils when it should probably install dnf-utils for fedora 29. When it does install the repos in /etc/yum.repos.d/phalcon_stable.repo
it has these urls listed
https://packagecloud.io/phalcon/stable/fedora/29/$basearch
https://packagecloud.io/phalcon/stable/fedora/29/SRPMS
In my case $basearch evaluates to x86_64 and that url doesn't seem to lead anywhere.
When I go to run dnf search phalcon
or yum search phalcon
nothing comes up or shows up.
I'll try installing by source and see how that goes.
Any guidance is appreciated. Thanks!