diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-10-25 22:14:02 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-10-25 22:14:02 -0500 |
commit | c4b7bff14897e15613fe224066114333bc6a6051 (patch) | |
tree | 90d3dc7534b04cace8c30f433369746732682287 | |
parent | bf68d0bc1925dcba9ccb5832adaca0e52d99d153 (diff) | |
download | packages-c4b7bff14897e15613fe224066114333bc6a6051.tar.gz packages-c4b7bff14897e15613fe224066114333bc6a6051.tar.bz2 packages-c4b7bff14897e15613fe224066114333bc6a6051.tar.xz packages-c4b7bff14897e15613fe224066114333bc6a6051.zip |
system/adelie-base: Add curl to Base environment
It seems prudent to allow users to fetch files from remote servers in
the Base environment.
-rw-r--r-- | system/adelie-base/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
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 <awilfox@adelielinux.org> 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" |