- apt update
- apt install git wget proot -y
- git clone https://github.com/htr-tech/ubuntu
- cd ubuntu
- chmod +x ubuntu.sh
- bash ubuntu.sh
apt update && apt install git wget proot -y && git clone https://github.com/htr-tech/ubuntu && cd ubuntu && chmod +x ubuntu.sh && bash ubuntu.sh
