Skip to content

community/k3s: add bash and yq to makedepends

edwargix requested to merge edwargix/aports:k3s into master

We are currently encountering the following error when building k3s:

/usr/bin/abuild: line 64: ./scripts/download: not found

This is because ./scripts/download is a bash script 0. Additionally, said bash script uses yq 1. So, let's install bash and yq as makedepends.

Edited by edwargix

Merge request reports