mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-21 08:56:44 +02:00
5 lines
94 B
Bash
5 lines
94 B
Bash
#!/bin/sh
|
|
|
|
ln -s /usr/share/kernel-hooks.d/akms.hook /etc/kernel-hooks.d/20-akms.hook
|
|
|
|
exit 0
|