mirror of
https://github.com/FAUSheppy/config
synced 2026-01-22 07:57:39 +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