mirror of
https://github.com/MeexReay/pmos-xiaomi-angelican.git
synced 2025-06-24 10:32:59 +03:00
11 lines
221 B
Bash
Executable File
11 lines
221 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source extract-paths.sh
|
|
|
|
pmbootstrap -q chroot adb shell dmesg > full-kernel-trouble-temp.txt
|
|
sudo mv full-kernel-trouble-temp.txt /tmp/full-kernel-trouble.txt
|
|
|
|
source write-kernel-trouble.sh
|
|
|
|
sudo pkill adb
|