Skip to content

Commit

Permalink
added sudo to the install instructions (aws#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristopk authored and AWSwinefred committed Apr 19, 2017
1 parent b725849 commit 0dec557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/linux_kernel_drivers/edma/edma_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The next set of steps will installing the kernel driver so it get called everyti
```
$ echo 'edma' | sudo tee --append /etc/modules-load.d/edma.conf
$ cp edma-drv.ko /lib/modules/`uname -r`/
$ sudo cp edma-drv.ko /lib/modules/`uname -r`/
$ sudo depmod
```

Expand Down

0 comments on commit 0dec557

Please sign in to comment.