more termux packages
This commit is contained in:
parent
d63731ebac
commit
7d8dd45d54
|
@ -1,10 +1,19 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# install with the following:
|
||||||
|
|
||||||
|
# pkg install curl
|
||||||
|
# curl -fsSL https://raw.githubusercontent.com/sneak/hacks/master/termux/setup.sh | bash
|
||||||
|
|
||||||
PKGS="
|
PKGS="
|
||||||
bash-completion
|
bash-completion
|
||||||
byobu
|
byobu
|
||||||
|
curl
|
||||||
git
|
git
|
||||||
|
golang
|
||||||
mosh
|
mosh
|
||||||
vim
|
vim
|
||||||
|
wget
|
||||||
"
|
"
|
||||||
|
|
||||||
apt update
|
apt update
|
||||||
|
|
Loading…
Reference in New Issue