Skip to content

Commit 92c4963

Browse files
committed
fix typo
1 parent b9b6f0f commit 92c4963

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
@@ -803,7 +803,7 @@ _EOF_
803803
'isc-dhcp-client'
804804
)
805805
apackages_string="${apackages[*]}"
806-
for pkg in "${apackages[@]}"
806+
for pkg in "${rpackages[@]}"
807807
do
808808
apackages_string=$(echo "$apackages_string" | sed "s/\b$pkg\b//g" | tr -s ' ')
809809
done

0 commit comments

Comments
 (0)