index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-09-29 21:01:10 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-09-29 21:01:10 +0000 |
commit | 6338e7116ef5405cd9b97f066e45a89b7d8e67e7 (patch) | |
tree | 9fc6b6f9b9314d2422c3ecbfac9be2be5bc39033 /profiles/52-54-00-12-34-56.py | |
parent | 008ecf00a161d11163edb2d3236a6cad3d1018fe (diff) |
-rw-r--r-- | profiles/52-54-00-12-34-56.py | 2 |
diff --git a/profiles/52-54-00-12-34-56.py b/profiles/52-54-00-12-34-56.py index 5746746e..49b0b966 100644 --- a/profiles/52-54-00-12-34-56.py +++ b/profiles/52-54-00-12-34-56.py @@ -32,8 +32,6 @@ with archinstall.Filesystem(harddrive, archinstall.GPT) as fs: installation.user_create('anton', 'test') installation.user_set_pw('root', 'toor') - installation.add_AUR_support() - repo = git.Repo('./') commit = repo.head.commit.hexsha[:7] |