Moved bootctl.

This commit is contained in:
samoht9277 2024-02-07 12:00:07 -03:00
parent c392f82482
commit b4c22faeee
No known key found for this signature in database
GPG key ID: 612AC42768391756

View file

@ -444,9 +444,10 @@ if [[ -z "$NO_SWAP" ]]; then
fi
makeConf
bootctl install --graceful # Add necessary boot files.
infect
bootctl install --graceful # Add necessary boot files.
if [[ -z "$NO_SWAP" ]]; then
removeSwap
fi