Skip to content

Commit

Permalink
Merge pull request #1124 from ElXreno/master
Browse files Browse the repository at this point in the history
Fix Fedora repo link
  • Loading branch information
meefik authored Oct 21, 2019
2 parents 5190233 + 0a5ee27 commit 5e1cc80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/src/main/assets/env
8 changes: 4 additions & 4 deletions app/src/main/res/values/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,16 +135,16 @@
<!-- Fedora -->
<string name="fedora_suite" translatable="false">28</string>
<!-- arm -->
<string name="arm_fedora_source_path" translatable="false">http://dl.fedoraproject.org/pub/</string>
<string name="arm_fedora_source_path" translatable="false">http://dl.fedoraproject.org/pub/archive</string>
<string name="arm_fedora_arch" translatable="false">armhfp</string>
<!-- arm_64 -->
<string name="arm_64_fedora_source_path" translatable="false">http://dl.fedoraproject.org/pub/</string>
<string name="arm_64_fedora_source_path" translatable="false">http://dl.fedoraproject.org/pub/archive</string>
<string name="arm_64_fedora_arch" translatable="false">aarch64</string>
<!-- x86 -->
<string name="x86_fedora_source_path" translatable="false">http://dl.fedoraproject.org/pub/</string>
<string name="x86_fedora_source_path" translatable="false">http://dl.fedoraproject.org/pub/archive</string>
<string name="x86_fedora_arch" translatable="false">i386</string>
<!-- x86_64 -->
<string name="x86_64_fedora_source_path" translatable="false">http://dl.fedoraproject.org/pub/</string>
<string name="x86_64_fedora_source_path" translatable="false">http://dl.fedoraproject.org/pub/archive</string>
<string name="x86_64_fedora_arch" translatable="false">x86_64</string>

<!-- CentOS -->
Expand Down

0 comments on commit 5e1cc80

Please sign in to comment.