diff --git a/install b/install index 1be1ca5..dcf6032 100755 --- a/install +++ b/install @@ -235,12 +235,13 @@ else else echo "Failed to install folder2ram." fi - sleep 5 echo "Install flashmemory plugin..." if apt-get --yes install openmediavault-flashmemory; then echo "Installed flashmemory plugin." else echo "Failed to install flashmemory plugin." + ${confCmd} flashmemory + apt-get --yes --fix-broken install fi fi