mirror of https://github.com/hak5/openwrt-owl.git
parent
901f972ff6
commit
41779d0cbe
|
@ -923,11 +923,7 @@ ipkg_install() {
|
||||||
ipkg_install_file $ipkg_filename
|
ipkg_install_file $ipkg_filename
|
||||||
;;
|
;;
|
||||||
*.ipk | *.deb)
|
*.ipk | *.deb)
|
||||||
if [ -f "$pkg" ]; then
|
|
||||||
ipkg_install_file $pkg
|
ipkg_install_file $pkg
|
||||||
else
|
|
||||||
echo "File not found $pkg" >&2
|
|
||||||
fi
|
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
ipkg_get_install $pkg || true
|
ipkg_get_install $pkg || true
|
||||||
|
|
Loading…
Reference in New Issue