Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples/custom-command-sample.json
diff options
context:
space:
mode:
authorDylan M. Taylor <dylan@dylanmtaylor.com>2021-05-19 22:41:07 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-05-19 23:12:54 -0400
commitf137bc4076ec7e4e0914be466ef403810ab02fca (patch)
tree1b163d97a0f197dcf4601face902f1c8281b01ad /examples/custom-command-sample.json
parent7a98ccb9aa82adc16c86a7e9bf5855bf268010bf (diff)
Modify custom profile example to try to get it working
Diffstat (limited to 'examples/custom-command-sample.json')
-rw-r--r--examples/custom-command-sample.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/examples/custom-command-sample.json b/examples/custom-command-sample.json
index 1ef40208..0ddf62b9 100644
--- a/examples/custom-command-sample.json
+++ b/examples/custom-command-sample.json
@@ -2,8 +2,9 @@
"audio": "pipewire",
"bootloader": "systemd-bootctl",
"custom-commands": [
- "cd /tmp; git clone https://aur.archlinux.org/paru.git; cd paru; makepkg -si",
- "paru -S --noconfirm bitwarden discord etcher-bin google-chrome steam visual-studio-code-bin"
+ "cd /home/devel; git clone https://aur.archlinux.org/paru.git",
+ "chown -R devel:devel /home/devel/paru",
+ "usermod -aG docker devel"
],
"desktop": "gnome",
"!encryption-password": "supersecret",
@@ -24,7 +25,8 @@
"nic": {
"NetworkManager": true
},
- "packages": ["docker", "firefox", "gimp", "git", "hexchat", "libreoffice-fresh", "vlc", "wget", "zsh"],
+ "packages": ["docker", "git", "wget", "zsh"],
+ "profile": "desktop",
"superusers": {
"devel": {
"!password": "devel"
@@ -32,5 +34,4 @@
},
"timezone": "US/Eastern",
"users": {}
- }
}