Closed PoolloverNathan closed 1 year 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!
./DEPENDENCIES
I begun trying to do this with apt download inside mkdir deps, but realized that would mean everyone gets the raspbian debs.
apt download
mkdir deps
If I missed anything, feel free to fork off of here and I'll rebase.
Now people can just do
instead of running
over and over until 1) they fall asleep or 2) they get all the dependencies. Dependencies are tracked in
./DEPENDENCIES
, yay!