Skip to content

Commit

Permalink
Init v8.24
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaIng committed Oct 22, 2023
1 parent c309978 commit fa805ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .meta/dietpi-survey_report
Original file line number Diff line number Diff line change
Expand Up @@ -697,13 +697,15 @@ shopt -s extglob
aSOFTWARE_NAME8_22[212]='Kavita'

aSOFTWARE_NAME8_23=()
aSOFTWARE_NAME8_24=()
for i in "${!aSOFTWARE_NAME8_22[@]}"
do
aSOFTWARE_NAME8_23[i]=${aSOFTWARE_NAME8_22[i]}
aSOFTWARE_NAME8_24[i]=${aSOFTWARE_NAME8_23[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_NAME8_23[@]}"
for i in "${aSOFTWARE_NAME8_24[@]}"
do
aSOFTWARE[$i]=0
done
Expand Down
4 changes: 2 additions & 2 deletions .update/version
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# shellcheck disable=SC2034
# Available DietPi version
G_REMOTE_VERSION_CORE=8
G_REMOTE_VERSION_SUB=23
G_REMOTE_VERSION_RC=3
G_REMOTE_VERSION_SUB=24
G_REMOTE_VERSION_RC=-1
# Minimum DietPi version to allow update
G_MIN_VERSION_CORE=6
G_MIN_VERSION_SUB=14
Expand Down
4 changes: 2 additions & 2 deletions dietpi/func/dietpi-globals
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
[[ -f '/boot/dietpi/.version' ]] && . /boot/dietpi/.version
# - Assign defaults/code version as fallback
[[ $G_DIETPI_VERSION_CORE ]] || G_DIETPI_VERSION_CORE=8
[[ $G_DIETPI_VERSION_SUB ]] || G_DIETPI_VERSION_SUB=23
[[ $G_DIETPI_VERSION_RC ]] || G_DIETPI_VERSION_RC=3
[[ $G_DIETPI_VERSION_SUB ]] || G_DIETPI_VERSION_SUB=24
[[ $G_DIETPI_VERSION_RC ]] || G_DIETPI_VERSION_RC=-1
[[ $G_GITBRANCH ]] || G_GITBRANCH='master'
[[ $G_GITOWNER ]] || G_GITOWNER='MichaIng'
# - Save current version and Git branch
Expand Down

0 comments on commit fa805ea

Please sign in to comment.