This website requires JavaScript.
Explore
Help
Sign In
benharri
/
dotfiles
mirror of
https://tildegit.org/ben/dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Projects
Releases
Wiki
Activity
852ad2d9b7
dotfiles
/
debian-bootstrap.sh
8 lines
97 B
Bash
Raw
Normal View
History
Unescape
Escape
start bootstrap
2018-10-04 01:14:40 +00:00
#!/bin/sh
apt update
apt upgrade -y
apt full-upgrade -y
skip loop for apt
2018-10-04 01:22:27 +00:00
apt install -y
$(
xargs < packages.txt
)