This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt update --yes | |
pkg update --yes | |
apt upgrade --yes | |
pkg upgrade --yes | |
pkg install wget golang python2 git build-essential yarn python3 vim nodejs tmux clang git curl x11-repo tigervnc lxqt otter-browser qterminal --yes | |
pkg install tigervnc xrdp ripgrep lxqt* --yes | |
pkg install yarn --yes | |
pkg install gh --yes | |
if [ ! -d ~/storage ]; then | |
termux-setup-storage; |