Add bootstrap
This commit is contained in:
parent
de37fba59c
commit
f17bfe7726
15 changed files with 141 additions and 0 deletions
11
.config/yadm/bootstrap.d/01-paru
Executable file
11
.config/yadm/bootstrap.d/01-paru
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
if pacman -Q paru; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
sudo pacman -S --needed base-devel
|
||||
git clone https://aur.archlinux.org/paru.git /tmp/paru
|
||||
cd /tmp/paru
|
||||
makepkg -si
|
||||
cd
|
||||
rm -rf /tmp/paru
|
Loading…
Add table
Add a link
Reference in a new issue