added setupscrips

This commit is contained in:
Sheppy
2017-01-03 22:38:55 +01:00
parent 190d9126c6
commit 704214a818
3 changed files with 14 additions and 0 deletions

6
basic_setup/install.sh Executable file
View File

@@ -0,0 +1,6 @@
su
cat ../other/package_list_full.txt | while read line
do
apt install --no-install-recommends --assume-yes $line
done
exit