wiki/info/landscape/creating-ec2-image-for-webserver-from-scratch.md
... ...
@@ -15,7 +15,6 @@ Then carry out these steps:
15 15
```
16 16
cpan install Date::Parse Email::Address Email::Send DBI
17 17
```
18
-* Since goaccess seems to have been removed from the Amazon Linux repositories, compile it from sources. See [https://goaccess.io/download](https://goaccess.io/download)
19 18
* make sure `/etc/alternatives/ruby` and `/etc/alternatives/gem` point to `/usr/bin/[ruby|gem]2.4`
20 19
* run the following commands to install gollum and uninstall a too current rack version 2.0.3:
21 20
```