This commit is contained in:
parent
545ce7e867
commit
07a594500e
1 changed files with 5 additions and 1 deletions
|
@ -1,8 +1,12 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo '
|
||||
[askiiart]
|
||||
SigLevel = Optional
|
||||
Server = https://askiiart.net/repos/archlinux/$arch' >> /etc/pacman.conf
|
||||
Server = https://askiiart.net/repos/archlinux/$arch' | sudo tee -a /etc/pacman.conf
|
||||
|
||||
cat /etc/pacman.conf
|
||||
|
||||
sudo pacman -Sy blend-inst
|
||||
|
||||
sudo mkdir /var/log/makepkg/
|
||||
|
|
Loading…
Reference in a new issue