From c4b7bff14897e15613fe224066114333bc6a6051 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 25 Oct 2023 22:14:02 -0500 Subject: system/adelie-base: Add curl to Base environment It seems prudent to allow users to fetch files from remote servers in the Base environment. --- system/adelie-base/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system') diff --git a/system/adelie-base/APKBUILD b/system/adelie-base/APKBUILD index 81dc7a56e..f64d8895d 100644 --- a/system/adelie-base/APKBUILD +++ b/system/adelie-base/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox pkgname=adelie-base pkgver=0.9.6 -pkgrel=0 +pkgrel=1 pkgdesc="The Adélie Linux Base System" url="https://www.adelielinux.org/" arch="noarch" @@ -13,7 +13,7 @@ _core_depends="apk-tools adelie-keys musl-utils shadow coreutils diffutils findutils util-linux net-tools nvi sed psmisc less tzdata" -depends="adelie-core binutils debianutils file gettys-openrc +depends="adelie-core binutils curl debianutils file gettys-openrc kbd libarchive-tools mandoc patch sed sharutils sysklogd zsh" makedepends="" makedepends_host="$depends" -- cgit v1.2.3-60-g2f50