Files
dotfiles/apt.sh

56 lines
772 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/data/data/com.termux/files/usr/bin/bash
# Install command-line tools using Apt.
# Make sure were using the latest Apt.
apt update
apt install bash \
bash-completion \
bc \
binutils \
coreutils \
dnsutils \
file \
grep \
gzip \
htop \
less \
mc \
nmap \
openssh \
openssl \
rsync \
sed \
tmux \
vim \
wget \
zip \
unstable-repo \
x11-repo \
algernon \
busybox \
binutils \
ffmpeg \
dropbear \
lynx \
make \
nano \
nodejs \
nsnake \
nudoku \
pngquant \
python \
ranger \
termux-api \
termux-auth \
vitetris \
wol \
yarn \
stow \
man
pip install --upgrade pip
pip install youtube-dl requests