https://github.com/noobjsperson/termux-fetch
A small bash script that gives info about your device
https://github.com/noobjsperson/termux-fetch
Last synced: 5 months ago
JSON representation
A small bash script that gives info about your device
- Host: GitHub
- URL: https://github.com/noobjsperson/termux-fetch
- Owner: NoobJsPerson
- Created: 2021-07-29T12:41:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-25T13:15:09.000Z (over 2 years ago)
- Last Synced: 2023-12-25T14:35:36.476Z (over 2 years ago)
- Language: Shell
- Homepage:
- Size: 215 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# termux-fetch
A small bash script that gives info about your device

### Instalation
- Before anything, you should clone this repository
```git clone https://github.com/noobjsperson/termux-fetch```
1. Now you could install the provided deb file with
```apt install ./nameofdeb.deb```
2. Or you could package the deb manually following the next steps:
- Install `termux-create-package` with
```pkg install termux-create-package```
- Execute the following command
```termux-create-package manifest.json```
- Install the resulting deb file
```apt install ./nameofdeb.deb```
### Credits
noobjsperson: original author
owokitty: helped me fix the script for xfce4-terminal, qterminal and aterm