Fix libraries install and copy of regulatory.bin #10
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User on arm device Rock64 with linux kernel 4.4.167 (4.4.167-1169-rockchip-ayufan-g3cde5c624c9c).
I had to make these change to
hiruna:update_19042019
to get the script to work:Removed libraries from apt install command conflicted with installed version and made the script fail
I had no pre-existing folder
/lib/crda
so it had to be created (with/lib/crda/pubkeys
) before copying filesAdded extra test to prevent overwriting backup bin
My apologies if that breaks something on for others, feel free to correct or adapt.