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
Blame
History
#!/bin/sh
apt update
apt upgrade -y
apt full-upgrade -y
apt install -y
$(
xargs < packages.txt
)
Reference in New Issue
View Git Blame
Copy Permalink