Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/custom-command-sample.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/custom-command-sample.json b/examples/custom-command-sample.json
index 0ddf62b9..0518d3db 100644
--- a/examples/custom-command-sample.json
+++ b/examples/custom-command-sample.json
@@ -6,7 +6,6 @@
"chown -R devel:devel /home/devel/paru",
"usermod -aG docker devel"
],
- "desktop": "gnome",
"!encryption-password": "supersecret",
"filesystem": "btrfs",
"harddrive": {
@@ -26,7 +25,7 @@
"NetworkManager": true
},
"packages": ["docker", "git", "wget", "zsh"],
- "profile": "desktop",
+ "profile": "gnome",
"superusers": {
"devel": {
"!password": "devel"