fix: fixes typo in install.sh

Signed-off-by: Stephan Wendel <me@stephanwe.de>
This commit is contained in:
Stephan Wendel 2022-08-16 19:22:56 +02:00
parent 8df5078b3d
commit 946fad1fd6
No known key found for this signature in database
GPG Key ID: F465B83ACBA45639

View File

@ -112,7 +112,7 @@ function import_config {
## rpi os buster
if [ "$(uname -m)" != "x86_64" ] &&
[ "$(get_os_version buster)" != "0" ] &&
[ -f "tools/config.rpi-buster" ]; then
[ -f "tools/config.buster" ]; then
# shellcheck disable=SC1091
source tools/config.buster
return 0