Using DebianKit on CM 11

Search This thread

FPSJosh01

New member
Feb 19, 2014
1
0
Dowload DebianKit from the Play Store
Open Debian Kit and check to make sure everything is in order
SSH client or terminal is fine (I used ssh server)

Code:
cd /sdcard/download

I can't post links yet because I'm new here, but this was the latest version in the repo: (Just google it, you will find the link)
Code:
wget debian-kit-1-5.shar

Code:
su
sh debian-kit*

Choose
Code:
0p
and Follow all instructions on the install

Code:
./data/local/deb/deb
cd /sdcard
e2fsck -f debian.img

Give yourself enough space to do what you need to do, I used 10G (10 gigabytes)

Code:
resize2fs debian.img 10G

I was on a clean install of CyanogenMod Nightly using android 4.4.2 and had a lot of space

Code:
e2fsck -f debian.img

At this point do a manual reboot

Code:
./data/local/deb/deb
apt-get update
apt-get upgrade
 
Last edited: