https://github.com/amitminer/installers
installer for Android that install specific software in just one command..
https://github.com/amitminer/installers
android-termux bash-script installer-script kali-linux-android
Last synced: about 1 year ago
JSON representation
installer for Android that install specific software in just one command..
- Host: GitHub
- URL: https://github.com/amitminer/installers
- Owner: Amitminer
- License: mit
- Created: 2023-11-09T06:17:57.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-11-11T10:41:53.000Z (over 2 years ago)
- Last Synced: 2025-01-09T09:33:49.202Z (about 1 year ago)
- Topics: android-termux, bash-script, installer-script, kali-linux-android
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
# Installers
Simplify the installation of essential software on your Android device using Termux with these convenient one-command installers.
## Prerequisites
Make sure you have [Termux](https://termux.com/) installed on your Android device.
## How to Use
1. Clone this repository to your local machine or download the ZIP file.
```bash
git clone https://github.com/Amitminer/Installers.git
```
2. Navigate to the repository directory.
```bash
cd Installers
```
3. Give executable permission to the installer.
```bash
chmod +x install.sh
```
4. Run the installer.
```bash
bash install.sh
```
5. The installer will prompt you to choose what to install. Enter the desired option or `0` to exit.
## Contributing
Contributions are welcome! If you have suggestions, feature requests, or bug reports, please open an issue or create a pull request.
## Support
If you need help with this installer or want to report a bug, please create a new issue on the GitHub repository.
## Issues or Questions
Encountered a problem or have a question? We're here to help!
* **Report Issues:** If you find any bugs or have specific issues, please create a new [GitHub issue](https://github.com/Amitminer/Installers/issues/new). We appreciate detailed bug reports that help us understand and fix the problem efficiently.
* **Contact Me on Discord:** Feel free to reach out to me directly on Discord.
* **Username:** [Amit_xD](https://discord.com/users/814660125511778315)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---