diff options
-rwxr-xr-x | resources/scripts/helpers/download/seabios | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/scripts/helpers/download/seabios b/resources/scripts/helpers/download/seabios index 4eb6628c..98f03fab 100755 --- a/resources/scripts/helpers/download/seabios +++ b/resources/scripts/helpers/download/seabios @@ -24,16 +24,16 @@ [ "x${DEBUG+set}" = 'xset' ] && set -v set -u -e -# Get GRUB, revert to commit last used and apply patches. +# Get SeaBIOS, revert to commit last used and apply patches. # Remove the old version that may still exist # ------------------------------------------------------------------------------ -printf "Downloading GRUB\n" +printf "Downloading SeaBIOS\n" rm -rf seabios -# Get latest GRUB +# Get latest SeaBIOS # ------------------------------------------------------------------------------ # download it using git |