chore: Be more explicit about the error, add yum into the mix

This commit is contained in:
Kyle Gospodnetich 2025-02-15 07:45:09 -08:00
parent 1fd36f7b2f
commit 6ed7547d69
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/usr/bin/bash #!/usr/bin/bash
echo -e "If you are reading this you have made a mistake and need to \e]8;;https://docs.bazzite.gg/Installing_and_Managing_Software/\aread our documentation\e]8;;\a\n\e]8;;https://docs.bazzite.gg/Installing_and_Managing_Software/\ahttps://docs.bazzite.gg/Installing_and_Managing_Software/\e]8;;\a\n" echo -e "ERROR: If you are reading this you have made a mistake and need to \e]8;;https://docs.bazzite.gg/Installing_and_Managing_Software/\aread our documentation\e]8;;\a\n\e]8;;https://docs.bazzite.gg/Installing_and_Managing_Software/\ahttps://docs.bazzite.gg/Installing_and_Managing_Software/\e]8;;\a\n"
exit 1 exit 1

View File

@ -0,0 +1,3 @@
#!/usr/bin/bash
echo -e "ERROR: If you are reading this you have made a mistake and need to \e]8;;https://docs.bazzite.gg/Installing_and_Managing_Software/\aread our documentation\e]8;;\a\n\e]8;;https://docs.bazzite.gg/Installing_and_Managing_Software/\ahttps://docs.bazzite.gg/Installing_and_Managing_Software/\e]8;;\a\n"
exit 1