Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/desktop.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-07-08 10:22:25 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-07-08 10:22:25 +0000
commit3ed8db5ef0b065583e35f924f3f9d09290f03a37 (patch)
tree78e4fb4b8ab5b5532b18c7e4bf93fc825b4d0290 /profiles/desktop.py
parenta6956073265fe626ea9fa710215c7680d1e3c05c (diff)
Added support for .py profiles. Added a simple 'desktop.py' for now that is just a mock to make sure it's working.
Diffstat (limited to 'profiles/desktop.py')
-rw-r--r--profiles/desktop.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/desktop.py b/profiles/desktop.py
new file mode 100644
index 00000000..ce99b646
--- /dev/null
+++ b/profiles/desktop.py
@@ -0,0 +1,2 @@
+import archinstall
+print('Installing desktop using:', archinstall) \ No newline at end of file