9d6a3540ad
Signed-off-by: Danct12 <danct12@disroot.org>
5 lines
113 B
Bash
5 lines
113 B
Bash
#!/bin/sh
|
|
|
|
# We'll update the hwdb so that the meta key gets fixed
|
|
echo "UPDATING HWDB..."
|
|
udevadm hwdb --update
|