index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | advaithm <advaith.madhukar@gmail.com> | 2021-04-14 14:48:11 +0530 |
---|---|---|
committer | advaithm <advaith.madhukar@gmail.com> | 2021-04-14 14:48:11 +0530 |
commit | 7e12a2abc4d713677e40408fdbc048858bc187fa (patch) | |
tree | fd9bb33dfaa334bdb0c4f6873f9c968cb10dcca1 /examples | |
parent | df3f7af91b28c3df75e9be8f2a961a408f3e5dbb (diff) | |
parent | c13c109bfff31d2035cad103c16fc74ebdbd4abf (diff) |
-rw-r--r-- | examples/guided.py | 2 |
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 ...') |