index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2018-04-07 20:38:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-07 20:38:54 +0200 |
commit | fec25121e042c53ff3ec045fb1ae0c6a023c82e2 (patch) | |
tree | bef75db7f8512045c9545ea46075636f722e44db /deployments/08:00:27:d4:fd:ef.json | |
parent | e0c9f457ad774005ad4a176f1d00405eb5482c90 (diff) |
-rw-r--r-- | deployments/08:00:27:d4:fd:ef.json | 10 |
diff --git a/deployments/08:00:27:d4:fd:ef.json b/deployments/08:00:27:d4:fd:ef.json index 8c72c9d2..ab8152b7 100644 --- a/deployments/08:00:27:d4:fd:ef.json +++ b/deployments/08:00:27:d4:fd:ef.json @@ -6,13 +6,13 @@ }, "install slimdhcp": { - "git clone https://aur.archlinux.org/slimdhcp-git.git /root/slimdhcp" : {"cwd" : "/tmp/"}, - "chown -R builder.builder /root/slimdhcp" : null, - "su - builder -c \"cd /root/slimdhcp; /usr/bin/makepkg -s --noconfirm\"" : null, - "pacman -U --noconfirm /root/slimdhcp/*.xz" : null + "git clone https://aur.archlinux.org/slimdhcp-git.git /home/builder/slimdhcp" : {"cwd" : "/tmp/"}, + "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": { - "rm -rf /root/slimdhcp" : null, + "rm -rf /home/builder/slimdhcp" : null, "sed -i 's/%wheel ALL=(ALL) NO/# %wheel ALL=(ALL) NO/' /etc/sudoers" : null } } |