OMV -n flag

OMV install was breaking odroid HC4 networking

https://github.com/OpenMediaVault-Plugin-Developers/installScript/blob/master/install#L78-L79
This commit is contained in:
lanefu
2021-03-07 17:46:48 -05:00
committed by GitHub
parent 476bfdaf07
commit 93af21baa9

View File

@@ -568,7 +568,7 @@ fancy_wget "$wgeturl" "-O ${TEMP_DIR}/omv_install.sh"
clear
echo "Starting OpenMediaVault install. Be patient, it will take several minutes..."
sleep 2
bash ${TEMP_DIR}/omv_install.sh -r
bash ${TEMP_DIR}/omv_install.sh -r -n
# Board Specific Tweak
echo "Now applying board tweak if required..."