From 388a21d35dc28493e7bac28ddd6446145dfd0319 Mon Sep 17 00:00:00 2001 From: meliurwen Date: Fri, 21 May 2021 19:46:49 +0200 Subject: [PATCH] ad --- repo-main.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repo-main.sh b/repo-main.sh index 4cdd1a5..caea23c 100755 --- a/repo-main.sh +++ b/repo-main.sh @@ -52,15 +52,15 @@ echo "Moving package(s) to the repo..." mkdir -p "${MAIN_DIR}" ./movedebs.sh "${MAIN_DIR}" "${INCOMING_DIR}" "${READY_SUFFIX}" -echo "Installing repository build dependencies (apt)..." -apt-get -qq -y --no-install-recommends install apt-utils > /dev/null +#echo "Installing repository build dependencies (apt)..." +#apt-get -qq -y --no-install-recommends install apt-utils > /dev/null echo "Updating the repo..." REPO_PATH="repo" TEMP_DIR="$(mktemp -d)" ./repo-update.sh "${REPO_PATH}" "${TEMP_DIR}" -apt-get -qq -y --no-install-recommends install gpg gpg-agent +#apt-get -qq -y --no-install-recommends install gpg gpg-agent echo "Checking if is possible to sign the repo..." mkdir -p keys