Skip to content

Commit

Permalink
Update dietpi-survey_report
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanStS committed Sep 1, 2024
1 parent 377548a commit 03931ee
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 @@ -729,13 +729,15 @@ shopt -s extglob
aSOFTWARE_NAME9_6[213]='soju'

aSOFTWARE_NAME9_7=()
aSOFTWARE_NAME9_8=()
for i in "${!aSOFTWARE_NAME9_6[@]}"
do
aSOFTWARE_NAME9_7[i]=${aSOFTWARE_NAME9_6[i]}
aSOFTWARE_NAME9_8[i]=${aSOFTWARE_NAME9_7[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_7[@]}"
for i in "${aSOFTWARE_NAME9_8[@]}"
do
aSOFTWARE[$i]=0
done
Expand Down

0 comments on commit 03931ee

Please sign in to comment.