fix flashmemory install

This commit is contained in:
Aaron Murray 2020-03-13 08:51:08 -05:00
parent 603125326a
commit 0117d0e9cb

View File

@ -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