From 5b77255131eddb6681c5d540e746b3e9f7b240fd Mon Sep 17 00:00:00 2001 From: Shubham Vishwakarma <43336210+Shubhamvis98@users.noreply.github.com> Date: Sun, 22 Dec 2024 00:09:05 +0530 Subject: [PATCH] fix rootfs grow --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 7b25cf5..91e5300 100755 --- a/build.sh +++ b/build.sh @@ -134,7 +134,7 @@ EOF echo '[+]Stage 3: Installing device specific and environment packages' nspawn-exec apt update -echo nspawn-exec apt install -y ${PACKAGES} +nspawn-exec apt install -y ${PACKAGES} nspawn-exec sh -c "$(curl -fsSL https://repo.fossfrog.in/setup.sh)"