1
0
Fork 0

/bin/bash to /usr/bin/env bash (#13422)

This commit is contained in:
Kuba Tyszko 2021-07-06 07:56:13 -07:00 committed by GitHub
parent 9ce6808015
commit acf7de7a52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 19 additions and 19 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
_qmk_install() {
echo "Installing dependencies"

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
DEBIAN_FRONTEND=noninteractive
DEBCONF_NONINTERACTIVE_SEEN=true

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
_qmk_install() {
echo "Installing dependencies"

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
_qmk_install_prepare() {
sudo pkg update $SKIP_PROMPT

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
_qmk_install_prepare() {
echo "This script will make a USE change in order to ensure that that QMK works on your system."

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# For those distros that do not package bootloadHID
_qmk_install_bootloadhid() {

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
_qmk_install_prepare() {
echo "Checking Homebrew installation"

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
_qmk_install_prepare() {
pacman -Syu $MSYS2_CONFIRM

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
_qmk_install_prepare() {
echo "Before you continue, please ensure that your user is added to sudoers and that sboinstall is configured."

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
_qmk_install_prepare() {
sudo eopkg -y update-repo

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
_qmk_install() {
echo "Installing dependencies"