From e8ecb3ce7b845ca033d414f6ebf3b66cbe83e386 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 14 Aug 2024 16:45:09 +0200 Subject: [PATCH] remove /tmp check --- usr/bin/archboot-quickinst.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr/bin/archboot-quickinst.sh b/usr/bin/archboot-quickinst.sh index 78b9f3c04..1a71d4eec 100755 --- a/usr/bin/archboot-quickinst.sh +++ b/usr/bin/archboot-quickinst.sh @@ -78,8 +78,6 @@ if [[ -z "${1}" ]]; then _usage fi -! [[ -d /tmp ]] && mkdir /tmp - if [[ -e "${_LOCAL_DB}" ]]; then _local_pacman_conf else