This website requires JavaScript.
Explore
Help
Sign In
sneak
/
hacks
Watch
1
Star
0
Fork
You've already forked hacks
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
1dd17e875d
hacks
/
termux
/
setup.sh
11 lines
88 B
Bash
Raw
Blame
History
#!/bin/bash
PKGS
=
"
byobu
vim
"
apt update
apt -y upgrade
apt -y install
$PKGS
Reference in New Issue
View Git Blame
Copy Permalink