mirror of https://tildegit.org/ben/dotfiles
skip loop for apt
parent
e07a369a16
commit
852ad2d9b7
|
@ -4,8 +4,4 @@ apt update
|
|||
apt upgrade -y
|
||||
apt full-upgrade -y
|
||||
|
||||
while read pkg; do
|
||||
echo $pkg
|
||||
apt install $pkg
|
||||
done < packages.txt
|
||||
|
||||
apt install -y $(xargs < packages.txt)
|
||||
|
|
Loading…
Reference in New Issue