chore(just): Don't sign image in a subshell

This allows the signing process to be viewed in yafti's console
This commit is contained in:
RJ Trujillo 2023-08-29 13:15:48 -06:00
parent 7dd9580f70
commit 6c0b1b7f21
2 changed files with 2 additions and 4 deletions

View File

@ -284,6 +284,5 @@ _toggle_wayland:
fi
sign-image:
#!/usr/bin/env bash
source /etc/default/bazzite
source /etc/default/bazzite && \
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/${IMAGE_VENDOR}/${IMAGE_NAME}:${FEDORA_MAJOR_VERSION}

View File

@ -199,6 +199,5 @@ unhide-grub:
fi
sign-image:
#!/usr/bin/env bash
source /etc/default/bazzite
source /etc/default/bazzite && \
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/${IMAGE_VENDOR}/${IMAGE_NAME}:${FEDORA_MAJOR_VERSION}