mirror of
https://tildegit.org/ben/dotfiles.git
synced 2025-04-01 18:43:23 +00:00
skip loop for apt
This commit is contained in:
parent
e07a369a16
commit
852ad2d9b7
@ -4,8 +4,4 @@ apt update
|
|||||||
apt upgrade -y
|
apt upgrade -y
|
||||||
apt full-upgrade -y
|
apt full-upgrade -y
|
||||||
|
|
||||||
while read pkg; do
|
apt install -y $(xargs < packages.txt)
|
||||||
echo $pkg
|
|
||||||
apt install $pkg
|
|
||||||
done < packages.txt
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user