Template:Main Page Information: Difference between revisions

From Buzznet
Jump to: navigation, search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
* Install Eggdrop: Template:Main Page Information
* Install Eggdrop:Template:Main Page Information
** apt install update
** apt install update
** apt install gcc wget tcl8.6-dev libssl-dev tcl-tls
** apt install gcc wget tcl8.6-dev libssl-dev tcl-tls

Revision as of 00:38, 3 April 2025

  • Install Eggdrop:Template:Main Page Information
    • apt install update
    • apt install gcc wget tcl8.6-dev libssl-dev tcl-tls
    • wget https://ftp.eggheads.org/pub/eggdrop/source/1.9/eggdrop-1.9.5.tar.gz
    • tar zxvf eggdrop-1.9.5.tar.gz
    • cd eggdrop-1.9.5
    • ./configure --with-ssl --enable-tls
    • make config
    • make
    • make install DEST=/home/d4rk3gg/d4rk3gg
    • openssl genrsa -out eggdrop.key 4096
    • openssl req -new -key eggdrop.key -x509 -out eggdrop.crt -days 750
    • openssl dhparam -out dhparam.pem 4096