mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Update ynh-dev
This commit is contained in:
parent
8a47d099fd
commit
f40a104a49
1 changed files with 1 additions and 1 deletions
2
ynh-dev
2
ynh-dev
|
@ -230,7 +230,7 @@ function rebuild_ynhdev()
|
|||
sudo apt install debootstrap -y
|
||||
sudo mkdir -p ~/lxc-images/debian-$DIST/img
|
||||
sudo debootstrap $DIST ~/lxc-images/debian-$DIST/img
|
||||
sudo tar -czf ~/lxc-images/debian-$DIST/rootfs.tar.gz -C ~/lxc-images/debian-$DIST/img
|
||||
sudo tar -czf ~/lxc-images/debian-$DIST/rootfs.tar.gz -C ~/lxc-images/debian-$DIST/img .
|
||||
sudo cat << EOF > ~/lxc-images/debian-$DIST/metadata.yaml
|
||||
creation_date: $(date +%s)
|
||||
properties:
|
||||
|
|
Loading…
Reference in a new issue