Fix little typo in setup script. (#505)

This commit is contained in:
Vayruz Rafli
2023-05-16 17:12:16 +07:00
committed by GitHub
parent ffa3579e6f
commit f5d3fb6217

View File

@@ -11,7 +11,7 @@ elif test -d "$GKI_ROOT/drivers"; then
DRIVER_DIR="$GKI_ROOT/drivers" DRIVER_DIR="$GKI_ROOT/drivers"
else else
echo '[ERROR] "drivers/" directory is not found.' echo '[ERROR] "drivers/" directory is not found.'
echo '[+] You should modify this scrpit by yourself.' echo '[+] You should modify this script by yourself.'
exit 127 exit 127
fi fi