diff --git a/README.md b/README.md index 7f934e5..ce4842a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ sudo cp yunohost-debootstrap/yunohost /usr/share/debootstrap/scripts/ ## Patch debootstrap You need to patch debootstrap like this: ``` -sed -i "s@#\!/bin/bash@#\!/bin/sh@" /usr/sbin/debootstrap +sed -i "s@#\!/bin/sh@#\!/bin/bash@" /usr/sbin/debootstrap ``` ## Test it