Skip to content

Commit 5b77255

Browse files
committed
fix rootfs grow
1 parent 92a62a1 commit 5b77255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ EOF
134134

135135
echo '[+]Stage 3: Installing device specific and environment packages'
136136
nspawn-exec apt update
137-
echo nspawn-exec apt install -y ${PACKAGES}
137+
nspawn-exec apt install -y ${PACKAGES}
138138

139139
nspawn-exec sh -c "$(curl -fsSL https://repo.fossfrog.in/setup.sh)"
140140

0 commit comments

Comments
 (0)