freenode / ircd-seven

freenode's IRC server daemon
Other
200 stars 48 forks source link

Make installation slightly easier #184

Closed PoolloverNathan closed 1 year ago

PoolloverNathan commented 4 years ago

Now people can just do

sudo bash install-deps.sh

instead of running

./configure ...
apt install MISSING-PACKAGE

over and over until 1) they fall asleep or 2) they get all the dependencies. Dependencies are tracked in ./DEPENDENCIES, yay!

PoolloverNathan commented 4 years ago

I begun trying to do this with apt download inside mkdir deps, but realized that would mean everyone gets the raspbian debs.

PoolloverNathan commented 4 years ago

If I missed anything, feel free to fork off of here and I'll rebase.