File size: 1,005 Bytes
9612bbb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
# Foxytoux Installer
## Overview
This shell script is designed to automate the installation of Foxytoux, a lightweight Ubuntu environment using Proot.
## Prerequisites
- Bash shell environment
- Internet connectivity
- Wget installed
- Supported CPU architecture: x86_64 (amd64) or aarch64 (arm64)
## Installation
1. Clone the repository:
```sh
git clone https://github.com/foxytouxxx/freeroot.git
cd freeroot
```
2. Run the installer script:
```sh
./root.sh
```
or
```sh
bash root.sh
```
## Supported Architectures
- x86_64 (amd64)
- aarch64 (arm64)
## License
This Foxytoux Installer script is released under the [MIT License](LICENSE).
## Credits
Foxytoux Installer is developed and maintained by RecodeStudios.Cloud.
This installer has been made possible thanks to [dxomg](https://github.com/dxomg) for his proot code
---
**Note:** This script is intended for educational and experimental purposes. Use it responsibly and at your own risk.
|