Update bios_update_SteamOS_prep.sh

This commit is contained in:
jlobue10 2023-01-09 18:17:27 -08:00 committed by GitHub
parent 7491ea0b40
commit 6675361654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,7 @@
#!/bin/bash
# A simple script to prep for SteamOS initiated BIOS updates
sudo systemctl stop bootnext-refind.service
sudo systemctl disable bootnext-refind.service
sudo systemctl disable --now bootnext-refind.service
sudo efibootmgr -N
echo -e "\nSteamOS is ready for BIOS updates to occur."