Skip to content

Commit c957b39

Browse files
authored
Merge pull request #16 from ElXreno/master
Fix Fedora repo link
2 parents 55de075 + a99b205 commit c957b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/bootstrap/fedora/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ then
1414
esac
1515
fi
1616

17-
[ -n "${SOURCE_PATH}" ] || SOURCE_PATH="http://dl.fedoraproject.org/pub/"
17+
[ -n "${SOURCE_PATH}" ] || SOURCE_PATH="http://dl.fedoraproject.org/pub/archive"
1818

1919
dnf_install()
2020
{

0 commit comments

Comments
 (0)