mirror of
https://github.com/morrownr/8821cu-20210916.git
synced 2024-12-22 14:26:30 +00:00
set the PATH
This commit is contained in:
parent
ee387a65cd
commit
963baa36d4
@ -37,6 +37,11 @@ then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# ensure /usr/sbin is in the PATH so iw can be found
|
||||||
|
if ! echo "$PATH" | grep -qw sbin; then
|
||||||
|
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||||
|
fi
|
||||||
|
|
||||||
# check to ensure gcc is installed
|
# check to ensure gcc is installed
|
||||||
if ! command -v gcc >/dev/null 2>&1
|
if ! command -v gcc >/dev/null 2>&1
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user