From 310452c3802c477e7fd1570107415257a7e5d6c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Tue, 2 Aug 2016 18:35:01 +0200 Subject: [PATCH] Fixed the upgrade command --- setup_scripts/fedora.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_scripts/fedora.sh b/setup_scripts/fedora.sh index 2717050..e1fa9f3 100755 --- a/setup_scripts/fedora.sh +++ b/setup_scripts/fedora.sh @@ -3,4 +3,4 @@ sudo dnf install -y http://download1.rpmfusion.org/free/fedora/rpmfusion-free-re sudo dnf copr enable -y decathorpe/syncthing sudo dnf copr enable -y region51/chrome-gnome-shell sudo dnf install -y vlc ffmpeg geary hexchat htop shutter deluge latexila texlive-scheme-full gnupg gnupg2 pass gimp digikam syncthing* java-1.8.0-openjdk-devel yubi* chrome-gnome-shell --best --allowerasing -sudo dnf upgrade +sudo dnf upgrade -y