1.3.0 Added more configs, streamlined apt.sh

This commit is contained in:
2020-10-05 23:13:15 +02:00
parent 0d563d3c8c
commit b15e3ca537
2 changed files with 39 additions and 16 deletions

19
apt.sh
View File

@@ -1,8 +1,5 @@
#!/data/data/com.termux/files/usr/bin/bash
#!/bin/bash
# Install command-line tools using Apt.
# Make sure were using the latest Apt.
apt update
apt install bash \
@@ -16,18 +13,13 @@ apt install bash \
gzip \
htop \
less \
mc \
nmap \
openssh \
openssl \
rsync \
sed \
tmux \
vim \
wget \
zip \
unstable-repo \
x11-repo \
algernon \
busybox \
binutils \
@@ -37,18 +29,13 @@ apt install bash \
make \
nano \
nodejs \
nsnake \
nudoku \
pngquant \
python \
ranger \
termux-api \
termux-auth \
vitetris \
wol \
yarn \
stow \
man
man \
git
pip install --upgrade pip