Update 08:00:27:d4:fd:ef.json
This commit is contained in:
parent
5e8e2f4126
commit
bb312e0e83
|
|
@ -9,9 +9,10 @@
|
||||||
"git clone https://aur.archlinux.org/slimdhcp-git.git /home/builder/slimdhcp" : null,
|
"git clone https://aur.archlinux.org/slimdhcp-git.git /home/builder/slimdhcp" : null,
|
||||||
"chown -R builder.builder /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,
|
"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": {
|
"Remove temp build env": {
|
||||||
|
"rm -rf /home/builder/slimdhcp" : null,
|
||||||
"sed -i 's/%wheel ALL=(ALL) NO/# %wheel ALL=(ALL) NO/' /etc/sudoers" : null
|
"sed -i 's/%wheel ALL=(ALL) NO/# %wheel ALL=(ALL) NO/' /etc/sudoers" : null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue