hacks/termux/setup.sh
2018-01-31 06:24:51 -06:00

11 lines
88 B
Bash

#!/bin/bash
PKGS="
byobu
vim
"
apt update
apt -y upgrade
apt -y install $PKGS