mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Update ynh-dev armhf wip3
This commit is contained in:
parent
ae2b8b6108
commit
d557bd391a
1 changed files with 1 additions and 1 deletions
2
ynh-dev
2
ynh-dev
|
@ -226,7 +226,7 @@ function rebuild_ynhdev()
|
||||||
set -x
|
set -x
|
||||||
sudo lxc info $BOX-rebuild >/dev/null && sudo lxc delete $BOX-rebuild --force
|
sudo lxc info $BOX-rebuild >/dev/null && sudo lxc delete $BOX-rebuild --force
|
||||||
if [[ ${ARCH} eq "armhf" ]]
|
if [[ ${ARCH} eq "armhf" ]]
|
||||||
sudo apt install debootstrap
|
sudo apt install debootstrap -y
|
||||||
sudo mkdir -p ~/lxc-images/debian-$DIST
|
sudo mkdir -p ~/lxc-images/debian-$DIST
|
||||||
sudo debootstrap $DIST ~/lxc-images/debian-$DIST
|
sudo debootstrap $DIST ~/lxc-images/debian-$DIST
|
||||||
sudo tar -cvzf rootfs.tar.gz -C ~/lxc-images/debian-$DIST
|
sudo tar -cvzf rootfs.tar.gz -C ~/lxc-images/debian-$DIST
|
||||||
|
|
Loading…
Add table
Reference in a new issue