X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=distro-end;h=f2eef439a8dc74c97e3e3f99aaa4be6754e98f7a;hp=6e7f92ace27b4503309e4e456bc16d60e5ef0d5a;hb=523b7ff889aaafdcd997d84b2a06744993018e89;hpb=2ff8740f1061a31683152a4447340921de82b1b9 diff --git a/distro-end b/distro-end index 6e7f92a..f2eef43 100755 --- a/distro-end +++ b/distro-end @@ -662,6 +662,22 @@ EOF ;; li) + p build-dep eggdrop + if [[ ! -L ~/eggdrop/eggdrop ]]; then + cd + git clone https://github.com/eggheads/eggdrop eggdrop-src + cd eggdrop-src + ./configure + make config + make + make install + fi + + # dunno if this is really needed. it was part of the documented eggdrop systemd install script + sudo loginctl enable-linger + systemctl --user enable fsysbot + systemctl --user start fsysbot + m /a/h/setup.sh iankelling.org # start mumble only when im going to use it, since i dont use it much