Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authoradvaithm <advaith.madhukar@gmail.com>2021-04-14 14:48:11 +0530
committeradvaithm <advaith.madhukar@gmail.com>2021-04-14 14:48:11 +0530
commit7e12a2abc4d713677e40408fdbc048858bc187fa (patch)
treefd9bb33dfaa334bdb0c4f6873f9c968cb10dcca1 /examples
parentdf3f7af91b28c3df75e9be8f2a961a408f3e5dbb (diff)
parentc13c109bfff31d2035cad103c16fc74ebdbd4abf (diff)
Merge branch 'master' of github.com:advaithm/archinstall
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 8be47b82..37d15b25 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -314,7 +314,7 @@ def perform_installation(mountpoint):
installation.enable_service('systemd-networkd')
installation.enable_service('systemd-resolved')
- if archinstall.arguments.get('audio', None) != None:
+ if archinstall.arguments.get('audio', None) != None:
installation.log(f"This audio server will be used: {archinstall.arguments.get('audio', None)}", level=archinstall.LOG_LEVELS.Info)
if archinstall.arguments.get('audio', None) == 'pipewire':
print('Installing pipewire ...')