FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit b0f7999c authored by Silas S. Brown's avatar Silas S. Brown
Browse files

actually termux-setup no longer needed now not much left of it

parent 9cf04c64
No related branches found
No related tags found
No related merge requests found
# Script to paste into Termux after installing on a new device
# Silas S. Brown - public domain - no warranty
pkg up &&
pkg install openssh wget mosh-git exa joe lynx netcat-openbsd &&
# might want: clang git make nodejs python2 python tracepath man
echo alias ls=exa >.bash_profile &&
ssh-keygen &&
cat .ssh/id_rsa.pub &&
echo "Copy the above into servers' authorized_keys" &&
echo Add .ssh/config
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment