mirror of
https://github.com/YunoHost/yunohost-debootstrap.git
synced 2024-09-03 20:06:21 +02:00
[enh] Improve documentation
This commit is contained in:
parent
10efbba262
commit
76be52ad18
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue