Create setup.sh
This commit is contained in:
parent
6eaf2cca28
commit
41c71582e0
10
termux/setup.sh
Normal file
10
termux/setup.sh
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
PKGS="
|
||||||
|
byobu
|
||||||
|
vim
|
||||||
|
"
|
||||||
|
|
||||||
|
apt update
|
||||||
|
apt -y upgrade
|
||||||
|
apt -y install $PKGS
|
Loading…
Reference in New Issue
Block a user