From db8abdd917ea397051974cc7c5f0c818b798e0bc Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 13 Oct 2021 21:04:18 +0200 Subject: Default answer for slackpkg actions should be 'yes' --- make_slackware_live.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index d393f06..ed03889 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1852,8 +1852,8 @@ if [ "${SL_VERSION}" = "current" ]; then touch /var/lib/slackpkg/current fi -ARCH=${SL_ARCH} /usr/sbin/slackpkg -batch=on update gpg -ARCH=${SL_ARCH} /usr/sbin/slackpkg -batch=on update +ARCH=${SL_ARCH} /usr/sbin/slackpkg -batch=on -default_answer=y update gpg +ARCH=${SL_ARCH} /usr/sbin/slackpkg -batch=on -default_answer=y update # Let any lingering .new files replace their originals: yes o | ARCH=${SL_ARCH} /usr/sbin/slackpkg new-config -- cgit v1.2.3