Skip to content

dietpi-installer: remove temporary fix #7549

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .build/images/dietpi-installer
Original file line number Diff line number Diff line change
Expand Up @@ -850,13 +850,6 @@ setenv rootuuid "true"' /boot/boot.cmd
G_CONFIG_INJECT "G_LIVE_PATCH_STATUS\[$i\]=" "G_LIVE_PATCH_STATUS[$i]='${G_LIVE_PATCH_STATUS[$i]}'" /boot/dietpi/.version
done

# ToDo: Temporarily fix RPi Trixie builds for master branch images
if (( $G_HW_MODEL < 10 && $DISTRO_TARGET > 7 )) && [[ $G_GITOWNER:$G_GITBRANCH == 'MichaIng:master' ]]
then
G_DIETPI-NOTIFY 2 'Temporarily fix RPi Trixie builds for master branch images'
G_EXEC curl -sSfo /boot/dietpi/func/dietpi-set_software 'https://raw.githubusercontent.com/MichaIng/DietPi/6a9ab2a/dietpi/func/dietpi-set_software'
fi

G_EXEC cp /boot/dietpi/.version /var/lib/dietpi/.dietpi_image_version

G_EXEC systemctl daemon-reload
Expand Down
Loading