-
-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ujust): Add setup-boot-windows-steam ujust script #1848
base: testing
Are you sure you want to change the base?
Conversation
So, for what I'm seeing, the script creates another script on the fly as it gets executed. Would prefer if we added an already written one, rather than creating it on the fly, otherwise is going to be more difficult to debug/maintain |
@Zeglius Didn't think of that, that would be a great improvement. Will make a separate script and just call that. |
34d1a87
to
b3fcda9
Compare
setup-boot-windows-steam: | ||
echo "Making efibootmgr -n accessible without sudo" | ||
echo "%wheel ALL=(root) NOPASSWD: /usr/sbin/efibootmgr" | sudo tee /etc/sudoers.d/efibootmgr-config | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just syntax checking will be angry about the empty line IIRC
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was not aware of that. I have removed the empty line from the script and thank you for the feedback
* Adds a ujust script for making a steam shortcut that boots into Windows on dual-boot setups * Removed spaces in ujust script
183458d
to
bf527b2
Compare
I'm seeing a number of people using my https://youtu.be/WR31wkrxock video for making a script to boot into Windows from Steam in GameMode. However, quite a few people miss a step or type a character incorrectly. Thought that it might be possible to automate this with a ujust script.
Also want to give thanks to u/0nlin3 on Reddit for the idea.