From ba78cf22baa69fa3abcea65b39cb48a8ef2c5be2 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Wed, 5 Jul 2017 04:52:14 -0500 Subject: [PATCH] set install-blocking packaging issue flag due to: https://bugs.archlinux.org/task/54701 --- dist/antergos-iso | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dist/antergos-iso b/dist/antergos-iso index f6ffc38..3751cc0 100644 --- a/dist/antergos-iso +++ b/dist/antergos-iso @@ -195,6 +195,9 @@ hotfix_run_when_connected() { notify_no_updates fi + # Install blocking packaging issue flag + touch /tmp/.packaging_issue + [[ -f /tmp/.setup-running ]] || start_cnchi sleep 5 && notify-send.sh -s "${LAST_SENT}" }