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
51e038fac7
hacks
/
termux
/
setup.sh
13 lines
117 B
Bash
Raw
Blame
History
#!/bin/bash
PKGS
=
"
bash-completion
byobu
mosh
vim
"
apt update
apt -y upgrade
apt -y install
$PKGS
Reference in New Issue
View Git Blame
Copy Permalink