mirror of
https://github.com/FAUSheppy/config
synced 2025-12-07 15:31:35 +01:00
7 lines
132 B
Bash
Executable File
7 lines
132 B
Bash
Executable File
su
|
|
cat ../other/package_list_full.txt | while read line
|
|
do
|
|
apt install --no-install-recommends --assume-yes $line
|
|
done
|
|
exit
|