This commit is contained in:
skullbite
2025-03-19 01:46:17 -04:00
commit 8fdf778133
4 changed files with 27 additions and 0 deletions

7
arch/i-paru Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
last_dir="$PWD"
git clone https://aur.archlinux.org/paru.git /tmp/paru
cd /tmp/paru
makepkg -si
cd last_dir