Skip to content

Commit

Permalink
v8.20
Browse files Browse the repository at this point in the history
- dietpi-bookworm-upgrade | Backport fix from v8.21 for correctly switching additional repos to Bookworm
  • Loading branch information
MichaIng committed Aug 3, 2023
1 parent fe8d29e commit 17a3275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .meta/dietpi-bookworm-upgrade
Expand Up @@ -52,7 +52,7 @@ G_DIETPI-NOTIFY 2 'Updating DietPi to latest version'

G_DIETPI-NOTIFY 2 'Migrating package lists to Bookworm suite'
G_EXEC sed -i -e 's/bullseye/bookworm/g' -e 's/ non-free$/ non-free non-free-firmware/' /etc/apt/sources.list
[[ $(find /etc/apt/sources.list/*.list 2> /dev/null) ]] && G_EXEC sed -i 's/bullseye/bookworm/g' /etc/apt/sources.list.d/*.list
[[ $(find /etc/apt/sources.list.d/*.list 2> /dev/null) ]] && G_EXEC sed -i 's/bullseye/bookworm/g' /etc/apt/sources.list.d/*.list
[[ -f '/etc/apt/sources.list.d/dietpi-mympd.list' ]] && G_EXEC sed -i 's/Debian_11/Debian_Testing/' /etc/apt/sources.list.d/dietpi-mympd.list

G_DIETPI-NOTIFY 2 'Reverting some package lists to Bullseye which have no Bookworm suite (yet)'
Expand Down

0 comments on commit 17a3275

Please sign in to comment.