diff options
Diffstat (limited to 'examples/hooks/rt2570.sh')
-rwxr-xr-x | examples/hooks/rt2570.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/hooks/rt2570.sh b/examples/hooks/rt2570.sh index 90c311833..9be3ae43e 100755 --- a/examples/hooks/rt2570.sh +++ b/examples/hooks/rt2570.sh @@ -1,7 +1,8 @@ #!/bin/sh # This is a hook for live-helper(7) to install ralink rt2570 drivers -# To enable it, copy this hook into your config/chroot_local-hooks directory. +# To enable it, copy or symlink this hook into your config/chroot_local-hooks +# directory. which module-assistant || apt-get install --yes module-assistant module-assistant update |