add post install script
This commit is contained in:
parent
61fee10e43
commit
c2e89fed3d
1 changed files with 16 additions and 0 deletions
16
complete.sh
Executable file
16
complete.sh
Executable file
|
@ -0,0 +1,16 @@
|
||||||
|
#!/bin/sh
|
||||||
|
set -e
|
||||||
|
|
||||||
|
if [ -f /usr/bin/pacman ]
|
||||||
|
then
|
||||||
|
(
|
||||||
|
cd $(mktemp -d)
|
||||||
|
git clone https://aur.archlinux.org/paru-bin.git
|
||||||
|
cd paru-bin
|
||||||
|
makepkg -si --noconfirm
|
||||||
|
)
|
||||||
|
|
||||||
|
paru -Sy
|
||||||
|
pacman -S bat lsd dust ripgrep
|
||||||
|
paru -S tuc
|
||||||
|
fi
|
Loading…
Add table
Add a link
Reference in a new issue