diff options
Diffstat (limited to 'resources/scripts/helpers/download')
-rwxr-xr-x | resources/scripts/helpers/download/bucts | 3 | ||||
-rwxr-xr-x | resources/scripts/helpers/download/coreboot | 3 | ||||
-rwxr-xr-x | resources/scripts/helpers/download/flashrom | 3 | ||||
-rwxr-xr-x | resources/scripts/helpers/download/grub | 3 | ||||
-rwxr-xr-x | resources/scripts/helpers/download/memtest86plus | 3 |
5 files changed, 0 insertions, 15 deletions
diff --git a/resources/scripts/helpers/download/bucts b/resources/scripts/helpers/download/bucts index ae58b938..6e615d79 100755 --- a/resources/scripts/helpers/download/bucts +++ b/resources/scripts/helpers/download/bucts @@ -57,6 +57,3 @@ git am "../resources/bucts/patch/0001-Makefile-don-t-use-git.patch" cd "../" printf "\n\n" - -# ------------------- DONE ---------------------- - diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index 337cdad1..2a10236f 100755 --- a/resources/scripts/helpers/download/coreboot +++ b/resources/scripts/helpers/download/coreboot @@ -152,6 +152,3 @@ printf "Deblobbing coreboot\n" ./resources/utilities/coreboot-libre/deblob printf "\n\n" - -# ------------------- DONE ---------------------- - diff --git a/resources/scripts/helpers/download/flashrom b/resources/scripts/helpers/download/flashrom index bbe844b3..edf363a3 100755 --- a/resources/scripts/helpers/download/flashrom +++ b/resources/scripts/helpers/download/flashrom @@ -62,6 +62,3 @@ patch "flashchips.c" < "../resources/flashrom/patch/purged_chips.diff" cd "../" printf "\n\n" - -# ------------------- DONE ---------------------- - diff --git a/resources/scripts/helpers/download/grub b/resources/scripts/helpers/download/grub index c10ad433..229b8cef 100755 --- a/resources/scripts/helpers/download/grub +++ b/resources/scripts/helpers/download/grub @@ -50,6 +50,3 @@ git am "../resources/grub/patch/0001-grub-core-normal-main.c-Display-FREE-AS-IN- cd "../" printf "\n\n" - -# ------------------- DONE ---------------------- - diff --git a/resources/scripts/helpers/download/memtest86plus b/resources/scripts/helpers/download/memtest86plus index 950607c1..88ba8558 100755 --- a/resources/scripts/helpers/download/memtest86plus +++ b/resources/scripts/helpers/download/memtest86plus @@ -78,6 +78,3 @@ cp "../resources/memtest86plus/patch/Makefile" . cd "../" printf "\n\n" - -# ------------------- DONE ---------------------- - |