From 76be52ad1811da92cd6165ce433cb44a2caa8bad Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Thu, 31 Oct 2019 14:01:56 +0100 Subject: [PATCH] [enh] Improve documentation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 74254cb..7f934e5 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ git clone https://github.com/YunoHost/yunohost-debootstrap 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 +``` + ## Test it ``` mkdir ynh_chroot