Option to not install GoAccess with AutoInstaller

Discussion in 'Feature Requests' started by tal56, Jan 24, 2023.

  1. tal56

    tal56 Member

    Hi guys,
    If you get the time, would it be possible to add an option to NOT install GoAccess with the ISPConfig auto installer? Reason being it will complain and error out if the VPS server only has IPV6 and no IPV4 address. Thanks

    I should add that I'm installing on Debian 11, and this is exactly where it breaks during install with --debug

    Code:
    [INFO] Installed packages ssh, openssh-server, nano, vim-nox, lsb-release, apt-transport-https, ca-certificates, wget, git, gnupg, software-properties-common, curl, cron, ntp
    [INFO] Activating rspamd repository.
    gpg: no valid OpenPGP data found.
    [INFO] Activating sury php repository.
    [INFO] Activating GoAccess repository.
    [ERROR] Exception occured: ISPConfigOSException -> Command echo "deb https://deb.goaccess.io/ $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/goaccess.list >/dev/null 2>&1 ; wget -O - https://deb.goaccess.io/gnugpg.key 2>&1 | apt-key --keyring /etc/apt/trusted.gpg.d/goaccess.gpg add - 2>&1 failed. (/ispconfig.ai.php:15)
    root@server1:~# ^C
    root@server1:~#
    
     
    Last edited: Jan 24, 2023

Share This Page