updated termux setup
This commit is contained in:
parent
51e038fac7
commit
6776edd7a9
@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
PKGS="
|
PKGS="
|
||||||
bash-completion
|
bash-completion
|
||||||
byobu
|
byobu
|
||||||
|
git
|
||||||
mosh
|
mosh
|
||||||
vim
|
vim
|
||||||
"
|
"
|
||||||
@ -10,3 +10,7 @@ PKGS="
|
|||||||
apt update
|
apt update
|
||||||
apt -y upgrade
|
apt -y upgrade
|
||||||
apt -y install $PKGS
|
apt -y install $PKGS
|
||||||
|
apt -y autoremove
|
||||||
|
|
||||||
|
git config --global user.email jp@eeqj.com
|
||||||
|
git config --global user.name "Jeffrey Paul"
|
||||||
|
Loading…
Reference in New Issue
Block a user