index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | advaithm <advaith.madhukar@gmail.com> | 2021-04-05 21:05:15 +0530 |
---|---|---|
committer | Dylan Taylor <dylan@dylanmtaylor.com> | 2021-04-08 09:51:11 -0400 |
commit | a16723abdec6442eeb70999c3cb92ab3a2b465e3 (patch) | |
tree | 3a54512de3122ac0b1bebf17fde75f61af5dadb4 /examples/guided.py | |
parent | 44574d19215492e2d4983e2881474f2a17dcf586 (diff) |
-rw-r--r-- | examples/guided.py | 2 |
diff --git a/examples/guided.py b/examples/guided.py index ed838a29..7b4faf35 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -1,4 +1,4 @@ -import getpass, time, json, sys, signal, os +import getpass, time, json, sys, signal, os, subprocess import archinstall """ |