From 258baeba77883d6609465e56ec28ff208dd666b1 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" <benie@infektor.net> Date: Thu, 31 Dec 2020 15:55:53 +0000 Subject: [PATCH] Add support for Fedora --- .conduit.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.conduit.yaml b/.conduit.yaml index 4ced70c..d39b755 100644 --- a/.conduit.yaml +++ b/.conduit.yaml @@ -8,6 +8,9 @@ - zsh - pacman: - zsh +- dnf: + - util-linux-user + - zsh - command: - install: sudo chsh -s `which zsh` $USER remove: sudo chsh -s `which bash` $USER