Fix local RPM install
This commit is contained in:
@@ -447,7 +447,7 @@ installPackage() {
|
|||||||
_pkg=${PKG_ALIASES[$_pkg]}
|
_pkg=${PKG_ALIASES[$_pkg]}
|
||||||
fi
|
fi
|
||||||
# Check if already installed
|
# Check if already installed
|
||||||
if [[ -v _no_check ]] || ! pkg_query "$_pkg" > /dev/null 2>&1; then
|
if [[ -v _nocheck ]] || ! pkg_query "$_pkg" > /dev/null 2>&1; then
|
||||||
_pkg_array+=("$_pkg")
|
_pkg_array+=("$_pkg")
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user