Skip to content

Commit b7c22f2

Browse files
committed
fix typo
1 parent 0c2cdcd commit b7c22f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.build/images/dietpi-installer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ setenv rootuuid "true"' /boot/boot.cmd
872872
'isc-dhcp-client'
873873
)
874874
apackages_string="${apackages[*]}"
875-
for pkg in "${apackages[@]}"
875+
for pkg in "${rpackages[@]}"
876876
do
877877
apackages_string=$(echo "$apackages_string" | sed "s/\b$pkg\b//g" | tr -s ' ')
878878
done

0 commit comments

Comments
 (0)