From eb4b0f09efb066974f23a5c702c9ed461f329604 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 7 Sep 2020 15:45:42 +0200 Subject: Fixed #48 - Removed AUR question in the guided installer. (library still supports it, but will be hidden from common users) --- examples/guided.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'examples/guided.py') diff --git a/examples/guided.py b/examples/guided.py index 7d7d6e8d..7ecd070d 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -37,9 +37,6 @@ def perform_installation(device, boot_partition, language, mirrors): if root_pw: installation.user_set_pw('root', root_pw) - if len(aur.strip()) and aur.strip().lower() != 'no': - installation.add_AUR_support() - # Unmount and close previous runs (in case the installer is restarted) archinstall.sys_command(f'umount -R /mnt', surpress_errors=True) archinstall.sys_command(f'cryptsetup close /dev/mapper/luksloop', surpress_errors=True) @@ -95,10 +92,6 @@ while 1: users[new_user] = new_user_passwd break -aur = input('Would you like AUR support? (leave blank for no): ') -if len(aur.strip()) and aur.lower() != 'no': - archinstall.log(' - AUR support provided by yay (https://aur.archlinux.org/packages/yay/)', bg='black', fg='white') - profile = input('Any particular profile you want to install: ') packages = input('Additional packages aside from base (space separated): ').split(' ') -- cgit v1.2.3-70-g09d2