Skip to content

Commit

Permalink
Update dietpi-survey_report
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanStS authored Oct 27, 2024
1 parent 81a41df commit 4e0e4ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .meta/dietpi-survey_report
Original file line number Diff line number Diff line change
Expand Up @@ -732,14 +732,16 @@ shopt -s extglob

aSOFTWARE_NAME9_7=()
aSOFTWARE_NAME9_8=()
aSOFTWARE_NAME9_9=()
for i in "${!aSOFTWARE_NAME9_6[@]}"
do
aSOFTWARE_NAME9_7[i]=${aSOFTWARE_NAME9_6[i]}
aSOFTWARE_NAME9_8[i]=${aSOFTWARE_NAME9_7[i]}
aSOFTWARE_NAME9_9[i]=${aSOFTWARE_NAME9_8[i]}
done

# Pre-create software counter array so that we can see also software (available in newest version) with 0 installs
for i in "${aSOFTWARE_NAME9_8[@]}"
for i in "${aSOFTWARE_NAME9_9[@]}"
do
aSOFTWARE[$i]=0
done
Expand Down

0 comments on commit 4e0e4ec

Please sign in to comment.