Commit Graph

4 Commits

Author SHA1 Message Date
e1f479e7ac Mea culpa - extract_mac.sh now with execute privileges 2021-08-01 23:15:39 +02:00
8cf5a83b33 one definitions file per device
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
2021-07-27 00:10:01 +08:00
797776f95a be quiet while copy drivers
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
2021-07-18 22:12:01 +08:00
80b72806c9
Create extract_mac.sh for macOS
The original extract.sh has problems on macOS with the `file="${file//\\/\/}"` backslash to forwardslash renamer line and changing it to `file="${file//'\'//}"` seems to have fixed the issue. Would be better if someone on Linux tried if this one still works normally so that we could have only one extract file
2021-07-14 08:43:42 +02:00