rice

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

commit 87bd686406c854632801c09e25bc3cf6d525032a
parent b9e4035c5faa3fae30958c900737c87d206dafe0
Author: Mark Feller <mfeller@recurly.com>
Date:   Thu, 19 Dec 2019 15:20:44 -0700

fix naming

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

Diffstat:
Mpkgs/fedora/install | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pkgs/fedora/install b/pkgs/fedora/install @@ -6,7 +6,7 @@ pkgfile=${pkgfile:-"https://gitlab.com/mark.feller/rice/raw/master/pkgs/fedora/p log() { printf '\033[1;33m%s \033[m%s\033[m %s\n' \ - "${3:-->}" "${2:+}$1${2:+}" "$2" + "->" "${2:+}$1${2:+}" "$2" } install_packages() { @@ -15,7 +15,6 @@ install_packages() { packages=$(sed '/^$/d' /tmp/pkgs | sed '/^#/d') while IFS=' ' read -r program comment; do - log "Installing $program $comment" dnf install -y $program done <<EOF $packages @@ -27,5 +26,5 @@ install_dots() { (cd ~/.config/rice && ./install) } -install_pacakges +install_packages install_dots