rice

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 1ba9421ee04b293aef6445f6ebb3cfcf37b83391
parent ccf13552374091048de7023b61666f25fe48ac62
Author: Mark Feller <mfeller@recurly.com>
Date:   Thu, 19 Dec 2019 18:51:14 -0700

xbps install flag

Signed-off-by: Mark Feller <mfeller@recurly.com>

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

diff --git a/install b/install @@ -16,7 +16,7 @@ elif [ $(command -v xbps-install) ]; then log "Install packages for voidlinux" os=void installpkg() { - xbps-install -y "$1" >/dev/null 2>&1 + xbps-install -Sy "$1" >/dev/null 2>&1 } elif [ $(command -v brew) ]; then log "Installing packages for macOS"