mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fixed bash shebangs to use /usr/bin/env for better compatibility
This commit is contained in:
parent
dc8ef40fba
commit
ce3033a0cf
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
################ parameters ################
|
################ parameters ################
|
||||||
# directory where the script is located
|
# directory where the script is located
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
if which apt-get; then
|
if which apt-get; then
|
||||||
sudo apt-get install build-essential qt5-qmake qt5-default libopenal-dev libopencv-dev \
|
sudo apt-get install build-essential qt5-qmake qt5-default libopenal-dev libopencv-dev \
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Config (Update me if needed !)
|
# Config (Update me if needed !)
|
||||||
VERSION_UPSTREAM="1.0"
|
VERSION_UPSTREAM="1.0"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user