You've already forked aur_builder
working
This commit is contained in:
16
run.sh
Executable file
16
run.sh
Executable file
@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -xeuo pipefail
|
||||
|
||||
# sudo sed -i '$ a 169.254.1.2 archmirror.i.balki.me' /etc/hosts
|
||||
sudo sh -c 'echo "169.254.1.2 archmirror.i.balki.me" >> /etc/hosts'
|
||||
|
||||
sudo pacman -Syu
|
||||
|
||||
sudo chown --recursive builder:builder /w
|
||||
|
||||
makepkg --printsrcinfo > .SRCINFO
|
||||
|
||||
makepkg -s
|
||||
|
||||
|
Reference in New Issue
Block a user