diff options
| author | dvs1 | 2024-10-15 00:47:35 +1000 |
|---|---|---|
| committer | dvs1 | 2024-10-15 00:47:35 +1000 |
| commit | 4b02fa90217c9fe016c09ee706fb4d7f1a447acc (patch) | |
| tree | 1f6f2d23333ed32f863558da96680f4344b9cae9 | |
| parent | Revert the default options change from last time, it came along for the ride. (diff) | |
| download | JackOnAllDevices-4b02fa90217c9fe016c09ee706fb4d7f1a447acc.zip JackOnAllDevices-4b02fa90217c9fe016c09ee706fb4d7f1a447acc.tar.gz JackOnAllDevices-4b02fa90217c9fe016c09ee706fb4d7f1a447acc.tar.bz2 JackOnAllDevices-4b02fa90217c9fe016c09ee706fb4d7f1a447acc.tar.xz | |
Correct docs about where to put the aataaj.lua script
| -rw-r--r-- | README.md | 2 | ||||
| -rwxr-xr-x | aataaj.lua | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -24,7 +24,7 @@ The packages you need installed are - | |||
| 24 | You need to have the snd-aloop kernel module loaded. | 24 | You need to have the snd-aloop kernel module loaded. |
| 25 | 25 | ||
| 26 | The aataaj.lua script should be run at boot time, put it into | 26 | The aataaj.lua script should be run at boot time, put it into |
| 27 | /etc/boot.d/ and activate it with - | 27 | /etc/init.d/ and activate it with - |
| 28 | 28 | ||
| 29 | update-rc.d aataaj.lua defaults | 29 | update-rc.d aataaj.lua defaults |
| 30 | 30 | ||
| @@ -41,7 +41,7 @@ The packages you need installed are - | |||
| 41 | You need to have the snd-aloop kernel module loaded. | 41 | You need to have the snd-aloop kernel module loaded. |
| 42 | 42 | ||
| 43 | The aataaj.lua script should be run at boot time, put it into | 43 | The aataaj.lua script should be run at boot time, put it into |
| 44 | /etc/boot.d/ and activate it with - | 44 | /etc/init.d/ and activate it with - |
| 45 | 45 | ||
| 46 | update-rc.d aataaj.lua defaults | 46 | update-rc.d aataaj.lua defaults |
| 47 | 47 | ||
