mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 11:31:13 +00:00
Oops.
This commit is contained in:
parent
454767e758
commit
c80de06b66
@ -248,7 +248,7 @@ __EOT__
|
|||||||
print_package_manager_deps_and_delay
|
print_package_manager_deps_and_delay
|
||||||
$(nsudo) apt-get update
|
$(nsudo) apt-get update
|
||||||
DEBIAN_FRONTEND=noninteractive \
|
DEBIAN_FRONTEND=noninteractive \
|
||||||
$(nsudo) apt-get --quiet --yes $(get_package_manager_deps)
|
$(nsudo) apt-get --quiet --yes install $(get_package_manager_deps)
|
||||||
;;
|
;;
|
||||||
*fedora*)
|
*fedora*)
|
||||||
echo "It will also install the following system packages using 'dnf':" >&2
|
echo "It will also install the following system packages using 'dnf':" >&2
|
||||||
|
Loading…
Reference in New Issue
Block a user