A small bash script that gives info about your device
- Before anything, you should clone this repository
git clone https://github.com/noobjsperson/termux-fetch
-
Now you could install the provided deb file with
apt install ./nameofdeb.deb
-
Or you could package the deb manually following the next steps:
- Install
termux-create-package
withpkg install termux-create-package
- Execute the following command
termux-create-package manifest.json
- Install the resulting deb file
apt install ./nameofdeb.deb
noobjsperson: original author owokitty: helped me fix the script for xfce4-terminal, qterminal and aterm