Browse code

Doc fix

YustasSwamp authored on 2015/05/07 05:07:43
Showing 1 changed files
... ...
@@ -69,8 +69,7 @@ Make sure `/bin/sh` is a symbolic link pointing to `/bin/bash`
69 69
 
70 70
 If `/bin/sh` is pointing `/bin/dash`, execute the following:
71 71
 ```
72
-rm -f /bin/sh
73
-ln -s /bin/bash /bin/sh
72
+sudo ln -sf /bin/bash /bin/sh
74 73
 ```
75 74
 
76 75
 ## Where are the build logs?