Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 877f33a
Author: UriHerrera <[email protected]>
Date:   Sun May 5 03:56:07 2024 -0600

    fix url, generate initramfs after update
  • Loading branch information
UriHerrera committed May 5, 2024
1 parent c6096be commit c74c7a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tmp/nuts-ccu
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,11 @@ puts_success "System AppImages and static binaries have been updated, continuing
#<!> -- Remove code since we're not including the kernel in the archive, and we expect users to use Kernel Boot to add other kenels. -- <!>


# -- Generate initram, because apparently we also have to do this manually.

update-initramfs -c -k all


# -- Update GRUB.

if update-grub > /dev/null 2>&1; then
Expand Down

0 comments on commit c74c7a6

Please sign in to comment.