remove unneeded wget flag

This commit is contained in:
Aaron Murray 2020-04-06 11:32:48 -05:00
parent 0117d0e9cb
commit d642f702df

View File

@ -187,7 +187,7 @@ file="openmediavault-omvextrasorg_latest_all${version}.deb"
if [ -f "${file}" ]; then
rm ${file}
fi
wget --no-check-certificate ${url}/${file}
wget ${url}/${file}
if [ -f "${file}" ]; then
if ! dpkg --install ${file}; then
echo "Installing other dependencies ..."