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
Normal View
History
Unescape
Escape
Create setup.sh
2018-01-31 12:24:51 +00:00
#!/bin/bash
PKGS
=
"
Update setup.sh
2018-03-06 21:51:08 +00:00
bash-completion
Create setup.sh
2018-01-31 12:24:51 +00:00
byobu
Update setup.sh
2018-03-06 21:51:08 +00:00
mosh
Create setup.sh
2018-01-31 12:24:51 +00:00
vim
"
apt update
apt -y upgrade
apt -y install
$PKGS