index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-07-08 10:22:25 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-07-08 10:22:25 +0000 |
commit | 3ed8db5ef0b065583e35f924f3f9d09290f03a37 (patch) | |
tree | 78e4fb4b8ab5b5532b18c7e4bf93fc825b4d0290 /profiles | |
parent | a6956073265fe626ea9fa710215c7680d1e3c05c (diff) |
-rw-r--r-- | profiles/desktop.py | 2 |
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 |