From b9f065f04cbee100e7c65c72b4d71901472844a9 Mon Sep 17 00:00:00 2001 From: George Sokianos Date: Sun, 28 Jul 2024 11:19:35 +0100 Subject: [PATCH] Changed the clib4 repository setup --- ppc-amigaos/scripts/libs/clib4_libs.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ppc-amigaos/scripts/libs/clib4_libs.sh b/ppc-amigaos/scripts/libs/clib4_libs.sh index ede3d36..3f139c5 100644 --- a/ppc-amigaos/scripts/libs/clib4_libs.sh +++ b/ppc-amigaos/scripts/libs/clib4_libs.sh @@ -74,12 +74,9 @@ echo -e "${CCPINK}${CCBOLD}\n---> Install clib4 libraries${CCEND}"; # Install clib4 libraries from afxgroup's Ubuntu repo. # They are saved under /user/ppc-amigaos dpkg --add-architecture amd64; - curl -fsSL https://clib2pkg.amigasoft.net/ubuntu/clib4.gpg | gpg --dearmor -o /etc/apt/trusted.gpg.d/clib4.gpg && \ - echo "deb [arch=amd64] https://clib2pkg.amigasoft.net/ubuntu/ focal main" | tee /etc/apt/sources.list.d/clib4.list && \ - rm -rf /var/lib/apt/lists/* && \ - apt-get clean && \ - apt-get update -o Acquire::CompressionTypes::Order::=gz; - # This is a workaround to fix the issue with the "Hash Sum mismatch" error + curl -fsSL https://clib4pkg.amigasoft.net/ubuntu/clib4.gpg | gpg --dearmor -o /etc/apt/trusted.gpg.d/clib4.gpg && \ + echo "deb [arch=amd64] https://clib4pkg.amigasoft.net/ubuntu/ focal main" | tee /etc/apt/sources.list.d/clib4.list && \ + apt-get update apt-get -y --no-install-recommends -o Dpkg::Options::="--force-overwrite" install $CLIB4_PACKAGES \cp -r /usr/ppc-amigaos/SDK/* ${SDK_PATH}/