fix: add shebang to install-libvirt-packages#1144
Merged
RoyalOughtness merged 2 commits intolivefrom Jun 23, 2025
unknown repository
Merged
fix: add shebang to install-libvirt-packages#1144RoyalOughtness merged 2 commits intolivefrom unknown repository
RoyalOughtness merged 2 commits intolivefrom
unknown repository
Conversation
The `install-libvirt-packages` did not include a shebang which resulted just to "echo" the `echo` commands twice. Also add the `set` shell options. ``` Changes queued for next boot. Run "systemctl reboot" to start a reboot echo "Check out the Red Hat documentation to see which services to enable for your usecase:" Check out the Red Hat documentation to see which services to enable for your usecase: echo "https://docs.redhat.com/fr/documentation/red_hat_enterprise_linux/9/html/monitoring_and_managing_system_status_and_performance/assembly_optimizing-libvirt-daemons_optimizing-virtual-machine-performance-in-rhel#proc_enabling-modular-libvirt-daemons_assembly_optimizing-libvirt-daemons" https://docs.redhat.com/fr/documentation/red_hat_enterprise_linux/9/html/monitoring_and_managing_system_status_and_performance/assembly_optimizing-libvirt-daemons_optimizing-virtual-machine-performance-in-rhel#proc_enabling-modular-libvirt-daemons_assembly_optimizing-libvirt-daemons ```
HastD
approved these changes
Jun 23, 2025
RoyalOughtness
approved these changes
Jun 23, 2025
EsseLowNitro
approved these changes
Jun 23, 2025
RoyalOughtness
pushed a commit
to RoyalOughtness/secureblue-dev
that referenced
this pull request
Aug 4, 2025
The `install-libvirt-packages` did not include a shebang which resulted just to "echo" the `echo` commands twice. Also add the `set` shell options. ``` Changes queued for next boot. Run "systemctl reboot" to start a reboot echo "Check out the Red Hat documentation to see which services to enable for your usecase:" Check out the Red Hat documentation to see which services to enable for your usecase: echo "https://docs.redhat.com/fr/documentation/red_hat_enterprise_linux/9/html/monitoring_and_managing_system_status_and_performance/assembly_optimizing-libvirt-daemons_optimizing-virtual-machine-performance-in-rhel#proc_enabling-modular-libvirt-daemons_assembly_optimizing-libvirt-daemons" https://docs.redhat.com/fr/documentation/red_hat_enterprise_linux/9/html/monitoring_and_managing_system_status_and_performance/assembly_optimizing-libvirt-daemons_optimizing-virtual-machine-performance-in-rhel#proc_enabling-modular-libvirt-daemons_assembly_optimizing-libvirt-daemons ```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
install-libvirt-packagesfunction did not include a shebang which resulted just to "echo" theechocommands twice. Also add thesetshell options.