[fix] Bad doc about patch of debootstrap

This commit is contained in:
ljf (zamentur) 2020-09-15 18:12:25 +02:00 committed by GitHub
parent 99620e9599
commit ca0e07db7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ sudo cp yunohost-debootstrap/yunohost /usr/share/debootstrap/scripts/
## Patch debootstrap ## Patch debootstrap
You need to patch debootstrap like this: 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 ## Test it