mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 19:41:16 +00:00
Formatting.
This commit is contained in:
parent
4ef00cd6e8
commit
1921a4808f
@ -2,10 +2,6 @@
|
|||||||
# Copyright 2025 Nick Brassel (@tzarc)
|
# Copyright 2025 Nick Brassel (@tzarc)
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
{ # this ensures the entire script is downloaded #
|
|
||||||
|
|
||||||
set -eu
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# This script will install the QMK CLI, toolchains, and flashing utilities.
|
# This script will install the QMK CLI, toolchains, and flashing utilities.
|
||||||
################################################################################
|
################################################################################
|
||||||
@ -37,6 +33,10 @@ set -eu
|
|||||||
# Any other configurable items listed above may be specified in the same way.
|
# Any other configurable items listed above may be specified in the same way.
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
|
{ # this ensures the entire script is downloaded #
|
||||||
|
|
||||||
|
set -eu
|
||||||
|
|
||||||
# Work out which `sed` to use
|
# Work out which `sed` to use
|
||||||
command -v gsed >/dev/null 2>&1 && SED=gsed || SED=sed
|
command -v gsed >/dev/null 2>&1 && SED=gsed || SED=sed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user