diff --git a/README.md b/README.md index c5f70af..d2c598e 100644 --- a/README.md +++ b/README.md @@ -2,30 +2,30 @@ An alpine chroot for android users (requires root and busybox) # Why? -Because we can. Seriously, the base android system is so fucking bloated, so let's just create a chroot and forget about that shit. PowerBox is made specifically for Android, because why not? +Because I can. # How to use? This script sets up the chroot at /linux, creates a 10gb image and adds a shell script to mount all the stuff at /sdcard/mountimg.sh to run it, just enter the Android root shell and run: ``` -curl https://raw.githubusercontent.com/egor4ka/powerbox/main/powerbox.sh | sh +curl https://raw.githubusercontent.com/barokvanzieks/powerbox/main/powerbox.sh | sh ``` and you should be done! -# How the fuck is the archive so small? +# How the is the archive so small? Because the alpine rootfs is small: only 3mb and the rest is just packages, plus the archive is compressed with gzip # Can I run services in it? -Yep, it's set up for that so you don't have to worry about stuff +Yes, openrc is available. # The alpine wiki should have all you need # Where can I get the chroot tarball only, instead of a script? -at https://duckykutya.cf/kat/powerbox/powerbox.tar.gz +at releases, 0.2 soon. # Can I run this on my PC? -Yeah! +Yes. # What's the password? The default passwords are powerbox for root and powerbox for the powerbox user. @@ -41,7 +41,7 @@ did some stuff to make openrc work (just symlinked some file to make it think th did some tweaks of the /etc/profile (changed PS1) -installed gcc and alpine-base +installed gcc installed powerlevel10k for the powerbox user