diff options
| author | Denis Chevalier <perso@denischevalier.fr> | 2026-08-03 21:09:25 +0200 |
|---|---|---|
| committer | Denis Chevalier <perso@denischevalier.fr> | 2026-08-03 21:09:25 +0200 |
| commit | fef7a7ef4fa31170ee78dfb774934feb84a88423 (patch) | |
| tree | e88b5afd2feae6f9755e2ab345e6bca15a567d6a /packages.bash | |
| download | postinstall-fef7a7ef4fa31170ee78dfb774934feb84a88423.tar.gz postinstall-fef7a7ef4fa31170ee78dfb774934feb84a88423.tar.bz2 postinstall-fef7a7ef4fa31170ee78dfb774934feb84a88423.zip | |
arch postinstall scripts
Diffstat (limited to 'packages.bash')
| -rwxr-xr-x | packages.bash | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages.bash b/packages.bash new file mode 100755 index 0000000..633ed27 --- /dev/null +++ b/packages.bash @@ -0,0 +1,8 @@ +#!/bin/bash + +pacman -S --needed base-devel git +pushd aur.archlinux.org/paru +git pull +makepkg -si +popd +paru -S $(<all) |
