Comments break and hang the script
This commit is contained in:
parent
d1c0600ebf
commit
32dac37e83
|
|
@ -2,7 +2,6 @@
|
||||||
"Setup temp build env": {
|
"Setup temp build env": {
|
||||||
"pacman -Syy --noconfirm git" : null,
|
"pacman -Syy --noconfirm git" : null,
|
||||||
"useradd -m -G wheel builder" : null,
|
"useradd -m -G wheel builder" : null,
|
||||||
"#Correct way would be to do cat PKGBUILD | grep 'depends=' | head -n 1 | ..." : 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
|
||||||
},
|
},
|
||||||
"install slimdhcp": {
|
"install slimdhcp": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue