From 1d15d0735ec5cc9c38c18f31f36c88e8771df85b Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Tue, 28 Jul 2015 20:41:22 +0200 Subject: [PATCH] yum -> dnf for fedora --- fedora/configure_fresh_system | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/fedora/configure_fresh_system b/fedora/configure_fresh_system index a9867ebc..bd0ea859 100755 --- a/fedora/configure_fresh_system +++ b/fedora/configure_fresh_system @@ -2,12 +2,11 @@ #software and shell FEDORA_VERSION=`rpm -E %fedora` -sudo yum install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$FEDORA_VERSION.noarch.rpm -sudo yum install http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$FEDORA_VERSION.noarch.rpm -sudo yum install vim tmux atop zsh thunderbird thunderbird-enigmail thunderbird-lightning firefox aria2 gajim lm_sensors vlc freecad python3-pip qt5-qtbase-devel qt5-qtwebkit-devel meld whois curl pv tor torsocks nodejs npm terminator gsmartcontrol python-pip mercurial python-devel libxslt-devel libjpeg-turbo-devel conky conky-manager +sudo dnf install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$FEDORA_VERSION.noarch.rpm +sudo dnf install http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$FEDORA_VERSION.noarch.rpm +sudo dnf install vim tmux atop zsh thunderbird thunderbird-enigmail thunderbird-lightning firefox aria2 gajim lm_sensors vlc freecad python3-pip qt5-qtbase-devel qt5-qtwebkit-devel meld whois curl pv tor torsocks nodejs npm terminator gsmartcontrol python-pip mercurial python-devel libxslt-devel libjpeg-turbo-devel conky conky-manager DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" DIR="$DIR/../" -echo "using $DIR" DIR="$DIR" $DIR/common/configure_fresh_system