Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/data/data/com.termux/files/usr/bin/bash
- echo -e "Updating default packages\n"
- apt update && apt -y upgrade
- echo -e "Requesting acces to storage\n"
- termux-setup-storage
- sleep 5
- echo -e "Installing imagemagick\n"
- pkg install -y imagemagick
- echo -e "Installing ghostscript\n"
- pkg install -y ghostscript
- echo -e "Installing nano\n"
- pkg install -y nano
- echo -e "Installing man\n"
- pkg install -y man
- echo -e "Installing lynx\n"
- pkg install -y lynx
- echo -e "Installing curl\n"
- pkg install -y curl
- echo -e "Installing qpdf\n"
- pkg install -y qpdf
- echo -e "Creating bin directory\n"
- mkdir ~/bin
- echo -e "Creating convertedFiles directory\n"
- mkdir ~/storage/shared/convertedFiles
- echo -e "Downloading and installing termux-file-editor\n"
- wget https://pastebin.com/raw/2vQqY7bx -O ~/bin/termux-file-editor
- dos2unix ~/bin/termux-file-editor
Add Comment
Please, Sign In to add comment