mirror of
https://github.com/FAUSheppy/config
synced 2025-12-08 07:41:35 +01:00
small additions to isntall script
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
su
|
||||
mv ~/.config/basic_setup/sources.list /etc/apt/sources.list
|
||||
apt update
|
||||
apt upgrade --asume-yes
|
||||
cat ../other/package_list_full.txt | while read line
|
||||
do
|
||||
apt install --no-install-recommends --assume-yes $line
|
||||
|
||||
Reference in New Issue
Block a user