- [root tip] [Utililty Script] Backup configuration and package list
- [root tip] [How To] Do a manual Manjaro installation
There is several methods to feed input from other sources than STDIN - so it is likely - and it is easy to test.
pamac install $(cat pkglist.txt)
pacman
pacman -S - < pkglist.txt
Yay takes input same way as pacman
yay -S - < pkglist.txt