Create setup.sh
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user