fix: fixes typo in install.sh
Signed-off-by: Stephan Wendel <me@stephanwe.de>
This commit is contained in:
parent
8df5078b3d
commit
946fad1fd6
@ -112,7 +112,7 @@ function import_config {
|
|||||||
## rpi os buster
|
## rpi os buster
|
||||||
if [ "$(uname -m)" != "x86_64" ] &&
|
if [ "$(uname -m)" != "x86_64" ] &&
|
||||||
[ "$(get_os_version buster)" != "0" ] &&
|
[ "$(get_os_version buster)" != "0" ] &&
|
||||||
[ -f "tools/config.rpi-buster" ]; then
|
[ -f "tools/config.buster" ]; then
|
||||||
# shellcheck disable=SC1091
|
# shellcheck disable=SC1091
|
||||||
source tools/config.buster
|
source tools/config.buster
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user