allow x86_64 for development purposes
This commit is contained in:
+2
-4
@@ -5,12 +5,10 @@ if [ "$EUID" == 0 ]
|
||||
exit
|
||||
fi
|
||||
|
||||
if [ "$(uname -m)" != "aarch64" ];then
|
||||
if [ "$(uname -m)" != "aarch64" ] && [ "$(uname -m)" != "x86_64" ];then
|
||||
echo "BirdNET-Pi requires a 64-bit OS.
|
||||
It looks like your operating system is using $(uname -m),
|
||||
but would need to be aarch64.
|
||||
Please take a look at https://birdnetwiki.pmcgui.xyz for more
|
||||
information"
|
||||
but would need to be aarch64."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user