dep

Package manager for embedded C libraries
git clone git://git.finwo.net/app/dep
Log | Files | Refs | README | LICENSE

commit 3a998892e9f5b1ce700052a034ee367252f11e95
parent 22feba16a4b98a2de7510c93b309ef3d9c526e5b
Author: finwo <finwo@pm.me>
Date:   Thu, 10 Jan 2019 15:32:25 +0100

fixed flags during apk add

Diffstat:
Minstall.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -21,7 +21,7 @@ function install { apt-get install "$1" -y -qq ;; apk) - apk add "$1" -y -qq + apk add "$1" ;; xbps-install) xbps-install "$1"