Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yodaaut committed Aug 28, 2023
1 parent b9b6f0f commit 92c4963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/images/dietpi-installer
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ _EOF_
'isc-dhcp-client'
)
apackages_string="${apackages[*]}"
for pkg in "${apackages[@]}"
for pkg in "${rpackages[@]}"
do
apackages_string=$(echo "$apackages_string" | sed "s/\b$pkg\b//g" | tr -s ' ')
done
Expand Down

0 comments on commit 92c4963

Please sign in to comment.