summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/download/seabios
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/helpers/download/seabios')
-rwxr-xr-xresources/scripts/helpers/download/seabios6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/scripts/helpers/download/seabios b/resources/scripts/helpers/download/seabios
index 4eb6628..98f03fa 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