From 6338e7116ef5405cd9b97f066e45a89b7d8e67e7 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Tue, 29 Sep 2020 21:01:10 +0000 Subject: Removed AUR support (Moving to a separate project, possibly as an addon layer later) --- examples/minimal.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'examples/minimal.py') diff --git a/examples/minimal.py b/examples/minimal.py index c0ccfe20..8bb8ed44 100644 --- a/examples/minimal.py +++ b/examples/minimal.py @@ -27,6 +27,4 @@ with archinstall.Filesystem(harddrive, archinstall.GPT) as fs: installation.install_profile('awesome') installation.user_create('anton', 'test') - installation.user_set_pw('root', 'toor') - - installation.add_AUR_support() \ No newline at end of file + installation.user_set_pw('root', 'toor') \ No newline at end of file -- cgit v1.2.3-54-g00ecf