Commit 21ed6e8
fix: How_to_Guides: M2CC3301: Add separate code-block for Debian
To connect to wifi, a set of scripts must be run. These scripts are
given in the How_To_Enable_M2CC3301_in_linux guide. The syntax is
`./<script-name> <args>`.
However in Debian, it is necessary to prepend `bash` to the command:
`bash ./<script-name> <args>`
This is an upstream scripts' issue. For now, add a separate code-block
for the Debian-specific case. Revert this commit when the issue is
fixed.
Signed-off-by: Suhaas Joshi <[email protected]>1 parent 17b63ec commit 21ed6e8
File tree
1 file changed
+16
-5
lines changed- source/linux/How_to_Guides/Target
1 file changed
+16
-5
lines changedLines changed: 16 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
85 | 96 | | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
90 | 101 | | |
91 | 102 | | |
92 | 103 | | |
0 commit comments