Skip to content

Commit

Permalink
dietpi-installer: update fs_partition_resize.sh version
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaIng committed Feb 16, 2025
1 parent 54629bf commit a3156ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/images/dietpi-installer
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ setenv rootuuid "true"' /boot/boot.cmd
done

# Temporarily fix failing setup partition detection on Quartz64/Star64/VisionFive 2
[[ $G_GITOWNER/$G_GITBRANCH == 'MichaIng/master' ]] && G_EXEC curl -sSf 'https://raw.githubusercontent.com/MichaIng/DietPi/6b6705a/rootfs/var/lib/dietpi/services/fs_partition_resize.sh' -o /var/lib/dietpi/services/fs_partition_resize.sh
[[ $G_GITOWNER/$G_GITBRANCH == 'MichaIng/master' ]] && G_EXEC curl -sSf 'https://raw.githubusercontent.com/MichaIng/DietPi/54629bf/rootfs/var/lib/dietpi/services/fs_partition_resize.sh' -o /var/lib/dietpi/services/fs_partition_resize.sh

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

Expand Down

0 comments on commit a3156ec

Please sign in to comment.