add my repo so it can install blendos make dependencies
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
8a5294fd53
commit
696df3c36f
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
echo '
|
||||||
|
[askiiart]
|
||||||
|
SigLevel = Optional
|
||||||
|
Server = https://askiiart.net/repos/archlinux/$arch' >> /etc/pacman.conf
|
||||||
|
sudo pacman -Sy
|
||||||
|
|
||||||
sudo mkdir /var/log/makepkg/
|
sudo mkdir /var/log/makepkg/
|
||||||
sudo chown builder /var/log/makepkg/
|
sudo chown builder /var/log/makepkg/
|
||||||
chmod -R 777 /var/log/makepkg/
|
chmod -R 777 /var/log/makepkg/
|
||||||
|
|
Loading…
Reference in a new issue