Skip to content

Commit

Permalink
More blind debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dotysan committed Sep 4, 2023
1 parent b7905ae commit 87d9558
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/apt_install_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
set -eu
[ -n "${DEBUG:-}" ] && set -x
srcdir="$(cd "$(dirname "$0")" && pwd)"
set -x

# shellcheck disable=SC1090,SC1091
. "$srcdir/lib/utils-bourne.sh"
Expand Down Expand Up @@ -114,6 +115,7 @@ packages="$(echo "$packages" | tr ' ' ' \n' | sort -u | tr '\n' ' ')"

export NEEDRESTART_MODE=a
export DEBIAN_FRONTEND=noninteractive
export DEBIAN_PRIORITY=critical

# requires fuser which might not already be installed, catch-22 situation if wanting to use this for everything including bootstraps
#"$srcdir/apt_wait.sh"
Expand Down

0 comments on commit 87d9558

Please sign in to comment.