add this repo as a repo for repo-building
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
511c1a82e2
commit
aff45d4b89
1 changed files with 5 additions and 1 deletions
|
@ -9,7 +9,11 @@ prep() {
|
|||
echo "PKGDEST=/repo/
|
||||
LOGDEST=/var/log/makepkg/" >~/.makepkg.conf
|
||||
echo '[multilib]
|
||||
Include = /etc/pacman.d/mirrorlist' | sudo tee -a /etc/pacman.conf
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[askiiart]
|
||||
Server = https://askiiart.net/repos/archlinux/$arch
|
||||
SigLevel = Optional' | sudo tee -a /etc/pacman.conf
|
||||
sudo pacman -Sy
|
||||
mkdir /tmp/arch-workdir/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue