Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2018-04-07 22:13:40 +0200
committerGitHub <noreply@github.com>2018-04-07 22:13:40 +0200
commitbb312e0e835820abf2393a86eecd84c501d83901 (patch)
tree6233cd8f2fe902057b74d284ea6ce683daefd6cc /deployments
parent5e8e2f41263ac11901ff2cd5db3da09c35c4f75f (diff)
Update 08:00:27:d4:fd:ef.json
Diffstat (limited to 'deployments')
-rw-r--r--deployments/08:00:27:d4:fd:ef.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/deployments/08:00:27:d4:fd:ef.json b/deployments/08:00:27:d4:fd:ef.json
index 5ad67b20..8ec8f574 100644
--- a/deployments/08:00:27:d4:fd:ef.json
+++ b/deployments/08:00:27:d4:fd:ef.json
@@ -9,9 +9,10 @@
"git clone https://aur.archlinux.org/slimdhcp-git.git /home/builder/slimdhcp" : null,
"chown -R builder.builder /home/builder/slimdhcp" : null,
"su - builder -c \"(cd /home/builder/slimdhcp/; /usr/bin/makepkg -s --noconfirm)\"" : null,
- "pacman -U --noconfirm /home/builder/slimdhcp/*.xz" : null
+ "sh -c 'pacman -U --noconfirm /home/builder/slimdhcp/*.xz'" : null
},
"Remove temp build env": {
+ "rm -rf /home/builder/slimdhcp" : null,
"sed -i 's/%wheel ALL=(ALL) NO/# %wheel ALL=(ALL) NO/' /etc/sudoers" : null
}
}