Skip to content

Commit

Permalink
DietPi-Pre-patches | Typo (#7061)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaIng authored May 7, 2024
2 parents 3a4eb0f + 6768bee commit e66da07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .update/pre-patches
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ then

elif apt-mark showauto | grep '^initramfs-tools$'
then
G_AGI tiny-initamfs
G_AGI tiny-initramfs
G_AGP initramfs-tools
# ToDo: Remove existing initramfs images in /boot/initrd-* and /boot/firmware/initramfs*
fi
Expand Down
2 changes: 1 addition & 1 deletion dietpi/func/dietpi-globals
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# - Assign defaults/code version as fallback
[[ $G_DIETPI_VERSION_CORE ]] || G_DIETPI_VERSION_CORE=9
[[ $G_DIETPI_VERSION_SUB ]] || G_DIETPI_VERSION_SUB=4
[[ $G_DIETPI_VERSION_RC ]] || G_DIETPI_VERSION_RC=-1
[[ $G_DIETPI_VERSION_RC ]] || G_DIETPI_VERSION_RC=0
[[ $G_GITBRANCH ]] || G_GITBRANCH='master'
[[ $G_GITOWNER ]] || G_GITOWNER='MichaIng'
# - Save current version and Git branch
Expand Down

0 comments on commit e66da07

Please sign in to comment.