Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/unattended.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/unattended.py b/examples/unattended.py
index b0ef0b7b..c3bb12e6 100644
--- a/examples/unattended.py
+++ b/examples/unattended.py
@@ -1,6 +1,9 @@
import archinstall
import time
+archinstall.UPSTREAM_URL = 'https://archlinux.life/profiles'
+archinstall.UPSTREAM_DB = 'index.db'
+
for name, info in archinstall.list_profiles().items():
# Tailored means it's a match for this machine
# based on it's MAC address (or some other criteria