File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
usr/share/biglinux/bigstore-cli Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,8 @@ pacinstall_output=$($pacinstall_cmd --print-only --dbsync --yolo --overwrite $us
138
138
139
139
if [ -z " $pacinstall_output " ]; then
140
140
echo " Verifying package replacements..."
141
- pacinstall_output=$( $pacinstall_cmd --print-only --dbsync --yolo --overwrite $sysupgrade $install_pkgs $remove_pkgs 2>&1 | grep -v ' is newer than' | tee /var/log/pacman-log-complete.pactrans | jq -Rn -f jq/pactrans.jq | tee /var/log/pacman.json)
141
+ use_resolve_replacements=' --resolve-replacements=all'
142
+ pacinstall_output=$( $pacinstall_cmd --print-only --dbsync --yolo --overwrite $use_resolve_replacements $sysupgrade $install_pkgs $remove_pkgs 2>&1 | grep -v ' is newer than' | tee /var/log/pacman-log-complete.pactrans | jq -Rn -f jq/pactrans.jq | tee /var/log/pacman.json)
142
143
fi
143
144
144
145
if [ -z " $pacinstall_output " ]; then
You can’t perform that action at this time.
0 commit comments