Skip to content

Commit 5e1cc80

Browse files
authored
Merge pull request #1124 from ElXreno/master
Fix Fedora repo link
2 parents 5190233 + 0a5ee27 commit 5e1cc80

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/src/main/assets/env

app/src/main/res/values/preferences.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,16 +135,16 @@
135135
<!-- Fedora -->
136136
<string name="fedora_suite" translatable="false">28</string>
137137
<!-- arm -->
138-
<string name="arm_fedora_source_path" translatable="false">http://dl.fedoraproject.org/pub/</string>
138+
<string name="arm_fedora_source_path" translatable="false">http://dl.fedoraproject.org/pub/archive</string>
139139
<string name="arm_fedora_arch" translatable="false">armhfp</string>
140140
<!-- arm_64 -->
141-
<string name="arm_64_fedora_source_path" translatable="false">http://dl.fedoraproject.org/pub/</string>
141+
<string name="arm_64_fedora_source_path" translatable="false">http://dl.fedoraproject.org/pub/archive</string>
142142
<string name="arm_64_fedora_arch" translatable="false">aarch64</string>
143143
<!-- x86 -->
144-
<string name="x86_fedora_source_path" translatable="false">http://dl.fedoraproject.org/pub/</string>
144+
<string name="x86_fedora_source_path" translatable="false">http://dl.fedoraproject.org/pub/archive</string>
145145
<string name="x86_fedora_arch" translatable="false">i386</string>
146146
<!-- x86_64 -->
147-
<string name="x86_64_fedora_source_path" translatable="false">http://dl.fedoraproject.org/pub/</string>
147+
<string name="x86_64_fedora_source_path" translatable="false">http://dl.fedoraproject.org/pub/archive</string>
148148
<string name="x86_64_fedora_arch" translatable="false">x86_64</string>
149149

150150
<!-- CentOS -->

0 commit comments

Comments
 (0)