Files
config/basic_setup/install.sh
2017-01-03 22:38:55 +01:00

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