Sanchayan Maity
b18c8e0d92
We will update the package list when required or semi periodically. Taken from https://wiki.archlinux.org/title/Pacman/Tips_and_tricks#List_of_installed_packages
2 lines
43 B
Bash
Executable file
2 lines
43 B
Bash
Executable file
#!/bin/sh
|
|
paru -S --needed - < pkglist.txt
|