Skip to content

Commit

Permalink
build-debian: Attempt to fix Experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
johang committed Jul 23, 2024
1 parent 760716f commit dfd6712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-debian
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ chroot debian /bin/sh -ex <<- EOF
/bin/mv /tmp/priority-experimental /etc/apt/preferences.d/priority-experimental || :
/usr/bin/apt-get update
/usr/bin/apt-get -y upgrade
/usr/bin/apt-get -y --no-install-recommends "${KERNELSUITE}" install "${KERNEL}"
/usr/bin/apt-get -y --no-install-recommends ${KERNELSUITE} install "${KERNEL}"
/usr/bin/apt-get -y install systemd-timesyncd || :
/usr/bin/apt-get -y install systemd-resolved || :
/usr/bin/apt-get clean
Expand Down

0 comments on commit dfd6712

Please sign in to comment.