I'm following the official installation instructions.
When I run the last command, bash vst-install.sh
, I get the following error:
Retrieving http://rpms.remirepo.net/enterprise/remi-release-.rpm curl: (22) The requested URL returned error: 404 error: skipping http://rpms.remirepo.net/enterprise/remi-release-.rpm - transfer failed Error: Can't install REMI repository
I see that the url that the script is trying to curl
, is missing a release number towards the end after remi-release-
.
Why is this happening and what could I do?