Skip to content

Commit

Permalink
I give up. This Scrutinizer CI apears to have never worked
Browse files Browse the repository at this point in the history
  • Loading branch information
dotysan committed Sep 4, 2023
1 parent 87d9558 commit 5a9e9ac
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/apt_install_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
set -eu
[ -n "${DEBUG:-}" ] && set -x
srcdir="$(cd "$(dirname "$0")" && pwd)"
set -x

# shellcheck disable=SC1090,SC1091
. "$srcdir/lib/utils-bourne.sh"
Expand All @@ -50,6 +49,7 @@ done

echo "Installing Deb Packages"

export NEEDRESTART_MODE=a
export DEBIAN_FRONTEND=noninteractive

#apt="apt"
Expand Down Expand Up @@ -113,10 +113,6 @@ fi
# uniq
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 5a9e9ac

Please sign in to comment.