Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples/unattended.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-11-29 20:18:57 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-11-29 20:18:57 +0000
commit8f0e8212c36cd72fba23102968f9955a4b742af6 (patch)
tree28dcffdaaae36ac62667df8806aa264878acf5f4 /examples/unattended.py
parent607de557f9d357758730da6d6decd651d92d845b (diff)
Forgot to change the variable in unattended.
Diffstat (limited to 'examples/unattended.py')
-rw-r--r--examples/unattended.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/unattended.py b/examples/unattended.py
index c3bb12e6..8d016d2e 100644
--- a/examples/unattended.py
+++ b/examples/unattended.py
@@ -1,8 +1,8 @@
import archinstall
import time
-archinstall.UPSTREAM_URL = 'https://archlinux.life/profiles'
-archinstall.UPSTREAM_DB = 'index.db'
+archinstall.storage['UPSTREAM_URL'] = 'https://archlinux.life/profiles'
+archinstall.storage['PROFILE_DB'] = 'index.db'
for name, info in archinstall.list_profiles().items():
# Tailored means it's a match for this machine