https-keyscript
https-keyscript copied to clipboard
Use busybox wget
- No need for real wget anymore, newer busybox wget works just fine with https urls
- Add needed libraries for resolving
I didn't understand at first why one dependency (wget) should be replaced by another (busybox). But if I understand it correctly, busybox is also used for initram anyway?
Yes, at least on debian, initramfs-tools-core installs busybox anyway ...