mirror of
https://github.com/YunoHost/yunohost-debootstrap.git
synced 2024-09-03 20:06:21 +02:00
[fix] Missing sudo
This commit is contained in:
parent
b94d76e7f5
commit
10efbba262
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@ sudo cp yunohost-debootstrap/yunohost /usr/share/debootstrap/scripts/
|
|||
## Test it
|
||||
```
|
||||
mkdir ynh_chroot
|
||||
debootstrap --include="acpi-support-base,kbd,udev,linux-image-amd64,openssh-server,ca-certificates,debhelper" yunohost ./ynh_chroot/ https://deb.debian.org/debian/
|
||||
sudo debootstrap --include="acpi-support-base,kbd,udev,linux-image-amd64,openssh-server,ca-certificates,debhelper" yunohost ./ynh_chroot/ https://deb.debian.org/debian/
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue