From 7d8dd45d5414dc3ee9ac6f039ce08307390ab2cc Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Tue, 6 Mar 2018 17:07:18 -0500 Subject: [PATCH] more termux packages --- termux/setup.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/termux/setup.sh b/termux/setup.sh index 349b81f..a3a44c4 100644 --- a/termux/setup.sh +++ b/termux/setup.sh @@ -1,10 +1,19 @@ #!/bin/bash + +# install with the following: + +# pkg install curl +# curl -fsSL https://raw.githubusercontent.com/sneak/hacks/master/termux/setup.sh | bash + PKGS=" bash-completion byobu + curl git + golang mosh vim + wget " apt update