remove unneeded wget flag
This commit is contained in:
parent
0117d0e9cb
commit
d642f702df
2
install
2
install
@ -187,7 +187,7 @@ file="openmediavault-omvextrasorg_latest_all${version}.deb"
|
|||||||
if [ -f "${file}" ]; then
|
if [ -f "${file}" ]; then
|
||||||
rm ${file}
|
rm ${file}
|
||||||
fi
|
fi
|
||||||
wget --no-check-certificate ${url}/${file}
|
wget ${url}/${file}
|
||||||
if [ -f "${file}" ]; then
|
if [ -f "${file}" ]; then
|
||||||
if ! dpkg --install ${file}; then
|
if ! dpkg --install ${file}; then
|
||||||
echo "Installing other dependencies ..."
|
echo "Installing other dependencies ..."
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user