Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/installer.py
diff options
context:
space:
mode:
authorcodefiles <11915375+codefiles@users.noreply.github.com>2024-03-07 08:41:25 -0500
committerGitHub <noreply@github.com>2024-03-07 14:41:25 +0100
commit9b1fd2e44f0b08188a609edaefe696c00869a8b8 (patch)
tree65b4386e60bd55878d8f44f81c6c146ad28f05cb /archinstall/lib/installer.py
parentb39e3dc88637732df5356cf503436531cccd24d8 (diff)
Fix enabling of testing repositories (#2340)
Diffstat (limited to 'archinstall/lib/installer.py')
-rw-r--r--archinstall/lib/installer.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py
index 2ea728bb..443e2b90 100644
--- a/archinstall/lib/installer.py
+++ b/archinstall/lib/installer.py
@@ -661,8 +661,6 @@ class Installer:
if testing:
info("The testing flag is set. This system will be installed with testing repositories enabled.")
pacman_conf.enable(pacman.Repo.Testing)
- if multilib:
- pacman_conf.enable(pacman.Repo.MultilibTesting)
else:
info("The testing flag is not set. This system will be installed without testing repositories enabled.")