Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save evemilano/3497639170e179f3f671c635affae27d to your computer and use it in GitHub Desktop.
Save evemilano/3497639170e179f3f671c635affae27d to your computer and use it in GitHub Desktop.
Installazione Official GoAccess Ubuntu Repository
#Official GoAccess' Debian/Ubuntu Repository
echo "deb http://deb.goaccess.io/ $(lsb_release -cs) main" | sudo tee -a /etc/apt/sources.list.d/goaccess.list
wget -O - https://deb.goaccess.io/gnugpg.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install goaccess
# UBUNTU EASY INSTALL
apt-get install goaccess
@evemilano
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment