rice

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

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

logging

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

Diffstat:
Minstall | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/install b/install @@ -9,6 +9,7 @@ if [ $(command -v dnf) ]; then log "Installing packages for Fedora" os=fedora installpkg() { + log "Installing $program..." dnf install -y "$1" } elif [ $(command -v brew) ]; then