OpenMediaVault-Plugin-Developers / installScript

script that installs omv-extras and openmediavault if not installed already.
1.1k stars 207 forks source link

Error trying to install OMV on Raspberry Pi 2 Model B #103

Closed moeinio closed 2 years ago

moeinio commented 2 years ago

I have the same problem as described here with Raspberry Pi 2 model B: https://github.com/OpenMediaVault-Plugin-Developers/installScript/commit/2bd55cf79fa99f1bc92516a334380b747ae26339?diff=split RPi revision code :: 900032 This RPi1 is not supported (not true armhf). Exiting...

The output for cat /proc/cpuinfo | grep Model is Model : Raspberry Pi Model B Plus Rev 1.2

ryecoaaron commented 2 years ago

Fixed. https://github.com/OpenMediaVault-Plugin-Developers/installScript/commit/912f52051acda51dcccc3e8a72cac3b76ce94ee8

moeinio commented 2 years ago

that solved the problem. Thank you very much.