mirror of
https://github.com/FAUSheppy/config
synced 2025-12-09 08:08:32 +01:00
added setupscrips
This commit is contained in:
6
basic_setup/install.sh
Executable file
6
basic_setup/install.sh
Executable 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
|
||||
Reference in New Issue
Block a user