commit d8fe3af4da0399ace2cbaa1cf945f8fe4d9597a9
parent b88dd3351fa22971bc0ec04d1de317e7a94aeef6
Author: Mark Feller <mfeller@recurly.com>
Date: Wed, 15 Jan 2020 13:56:30 -0700
community repos
Signed-off-by: Mark Feller <mfeller@recurly.com>
Diffstat:
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/install b/install
@@ -45,11 +45,14 @@ pre_install() {
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-"$(rpm -E %fedora)".noarch.rpm \
>> "$logfile"
+ log "Enabled Fedora community repos"
+ try dnf install dnf-plugins-core >> "$logfile"
+
log "Enabled i3-gaps community repo"
- dnf copr enable gregw/i3desktop >> "$logfile"
+ try dnf copr enable gregw/i3desktop >> "$logfile"
log "Enabled alacritty community repo"
- dnf copr enable pschyska/alacritty >> "$logfile"
+ try dnf copr enable pschyska/alacritty >> "$logfile"
}
install_package() {