Delete url echo

This commit is contained in:
Victor Carlos Erenu 2025-11-15 02:02:58 +07:00
parent 1ceb1734e8
commit 8c0b724bd3
No known key found for this signature in database
GPG Key ID: B199E04BCF80C99A

View File

@ -9,19 +9,13 @@ download_package() {
local url=$1
local package=$2
if curl -fsL "$url" -o "$package"; then
echo $url
cat $package
echo "Downloaded $package"
return 0
else
echo $url
cat $package
echo "Error downloading $package from $url"
return 1
fi
}
echo "pwd"
pwd
mkdir -p $CERT_DIR
# Download the tool to create the certificates
echo "Downloading the tool to create the certificates..."