This commit is contained in:
parent
07a594500e
commit
1bf568c95b
1 changed files with 1 additions and 3 deletions
|
@ -1,12 +1,10 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
set -e
|
||||||
echo '
|
echo '
|
||||||
[askiiart]
|
[askiiart]
|
||||||
SigLevel = Optional
|
SigLevel = Optional
|
||||||
Server = https://askiiart.net/repos/archlinux/$arch' | sudo tee -a /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 pacman -Sy blend-inst
|
||||||
|
|
||||||
sudo mkdir /var/log/makepkg/
|
sudo mkdir /var/log/makepkg/
|
||||||
|
|
Loading…
Reference in a new issue