2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00
repo/core/linux-firmware/build
2019-06-21 20:08:48 +03:00

8 lines
95 B
Bash
Executable File

#!/bin/sh -e
rm GPL-2 GPL-3
mkdir -p "$1/usr/lib/firmware"
cp -R ./* "$1/usr/lib/firmware"