Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Aug 20, 2024
1 parent c11791d commit cabb825
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions usr/share/usability-misc/dist-installer-cli-standalone
Original file line number Diff line number Diff line change
Expand Up @@ -1319,6 +1319,7 @@ check_upgrades_simulation() {

true "INFO: No error found in upgrade_simulate_output output, ok."

# shellcheck disable=SC2086
if pkg_mngr_upgradable_check ${install_pkg_fasttrack_extra_args_maybe} ; then
packages_upgradable=false
else
Expand Down Expand Up @@ -2079,6 +2080,7 @@ install_package_debian_common(){
## Not using 'apt list --upgradable', because it is not the same as
## 'sudo apt-get dist-upgrade --target-release=bookworm-fasttrack'.
## It misses out on packages from "bookworm-fasttrack".
# shellcheck disable=SC2086
upgrade_check_output="$(root_cmd ${pkg_mngr_upgrade_check} "$@" 2>&1)" || true
local upgrade_check_grep_output
## Counting both 'Inst' and 'Conf' is not an accurate counting. Will double count. But will also mean that
Expand Down

0 comments on commit cabb825

Please sign in to comment.