Sha256: 271fc2a4334819eb1a7c0034482532e93b57cf663d3384c8fffc6fe4d46037d3

Contents?: true

Size: 463 Bytes

Versions: 83

Compression:

Stored size: 463 Bytes

Contents

#!/bin/bash --login
source /etc/profile.d/globals.sh

printf "Installing irssi *********************************************************************"
$screen_cmd "${apt} install -y irssi inspircd ${assess_update_errors}"
grok_error

sudo sed -e 's/^new_cursors=true/new_cursors=false/g' \
     -i /etc/inspircd/inspircd.conf
sudo systemctl enable inspircd
sudo systemctl restart inspircd

# TODO: tweak /etc/inspircd/inspircd.conf to compliment pwn-irc AI agents

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
pwn-0.5.152 packer/provisioners/irc.sh
pwn-0.5.151 packer/provisioners/irc.sh
pwn-0.5.150 packer/provisioners/irc.sh