Spaces:
Running
Running
File size: 305 Bytes
8ae2fc3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
wget https://github.com/techcode1001/replit_root/releases/download/v1.0/yt.zip
unzip yt.zip
unzip root.zip
tar -xvf root.tar.xz
echo cleaning some files
rm music.mp3
rm video.mp4
rm root.zip
rm root.tar.xz
rm yt.zip
echo done
echo use ./dist/proot -S . /bin/bash to start root environment using proot
|