Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added LFS_made_easy_smalleyes_0m364.pdf
Binary file not shown.
20 changes: 20 additions & 0 deletions setup-termux.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#!/usr/bin/env bash

# Set up storage
termux-setup-storage

# Update and upgrade packages
pkg update && pkg upgrade

# Install tools and repositories
pkg install -y \
*-repo termux-* \
curl \
zsh \
python3 \
python-pip \
ruby \
git \
wget \
proot \
proot-distro \