Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
Issues-657 - replaced hardcoded fedora version
Browse files Browse the repository at this point in the history
  • Loading branch information
liviu-vasut authored and aatchison committed Apr 20, 2017
1 parent 2a4e5c3 commit 2d0d536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_host_setup_fedora.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

sudo rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-23.noarch.rpm
sudo rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm

sudo dnf install -y \
git \
Expand Down

0 comments on commit 2d0d536

Please sign in to comment.