Fixed: ruab_parser.lua, autoinstall.sh

This commit is contained in:
gSpot
2020-12-26 21:00:31 +03:00
parent cf2a9062b6
commit 1f572cb21b
4 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ InstallPackages() {
for _pkg in $@
do
if [ -z "`$OPKG_CMD list-installed $_pkg`" ]; then
$OPKG_CMD install $_pkg
$OPKG_CMD --force-overwrite install $_pkg
if [ $? -ne 0 ]; then
echo "Error during installation of the package (${_pkg})" >&2
exit 1