Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
add ----replacepkgs flag (#1263)
Browse files Browse the repository at this point in the history
  • Loading branch information
hestolz authored Nov 9, 2020
1 parent 6ae5b75 commit 777ed6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/bundle/bundle_skel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ pkg_upd() {
return $?
else
[ -n "${forceFlag}" ] && FORCE="--force" || FORCE=""
rpm --upgrade $FORCE ${pkg_filename}.rpm
rpm --upgrade --replacepkgs $FORCE ${pkg_filename}.rpm
return $?
fi
}
Expand Down

0 comments on commit 777ed6f

Please sign in to comment.