index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2018-04-07 21:50:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-07 21:50:59 +0200 |
commit | f02156a246bdbcaf7f1ed28fd8f36e9c47a95ef6 (patch) | |
tree | 8a3ff0c79c0a6fc8dd3192ed408c7d61c7f41f15 /deployments | |
parent | e8900ee8804d6a24876db1263a72ba84b46be376 (diff) |
-rw-r--r-- | deployments/08:00:27:d4:fd:ef.json | 6 |
diff --git a/deployments/08:00:27:d4:fd:ef.json b/deployments/08:00:27:d4:fd:ef.json index 9af96694..b7d433aa 100644 --- a/deployments/08:00:27:d4:fd:ef.json +++ b/deployments/08:00:27:d4:fd:ef.json @@ -7,9 +7,9 @@ "install slimdhcp": { "git clone https://aur.archlinux.org/slimdhcp-git.git /home/builder/slimdhcp" : null, - "chown -R builder.builder /home/builder/slimdhcp/slimdhcp" : null, - "su - builder -c \"cd /home/builder/slimdhcp/slimdhcp; /usr/bin/makepkg -s --noconfirm\"" : null, - "pacman -U --noconfirm /home/builder/slimdhcp/slimdhcp/*.xz" : 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 }, "Remove temp build env": { "sed -i 's/%wheel ALL=(ALL) NO/# %wheel ALL=(ALL) NO/' /etc/sudoers" : null |