Create setup.sh

This commit is contained in:
Jeffrey Paul 2018-01-31 06:24:51 -06:00 committed by GitHub
parent 6eaf2cca28
commit 41c71582e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

10
termux/setup.sh Normal file
View File

@ -0,0 +1,10 @@
#!/bin/bash
PKGS="
byobu
vim
"
apt update
apt -y upgrade
apt -y install $PKGS