From ca0e07db7d6b1a95cb4c141469612d5c38cedbac Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Tue, 15 Sep 2020 18:12:25 +0200 Subject: [PATCH] [fix] Bad doc about patch of debootstrap --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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