mirror of
https://github.com/bkerler/edl.git
synced 2024-11-14 19:14:58 -05:00
Update README.md
Add instructions for Arch-based distributions
This commit is contained in:
parent
3cf3324209
commit
fd3f652bbb
1 changed files with 4 additions and 0 deletions
|
@ -20,11 +20,15 @@ sudo apt install adb fastboot python3-dev python3-pip liblzma-dev git
|
|||
sudo apt purge modemmanager
|
||||
# Fedora/CentOS/etc
|
||||
sudo dnf install adb fastboot python3-devel python3-pip xz-devel git
|
||||
# Arch/Manjaro/etc
|
||||
sudo pacman -S android-tools python python-pip git xz
|
||||
sudo pacman -R modemmanager
|
||||
|
||||
sudo systemctl stop ModemManager
|
||||
sudo systemctl disable ModemManager
|
||||
sudo apt purge ModemManager
|
||||
|
||||
|
||||
git clone https://github.com/bkerler/edl.git
|
||||
cd edl
|
||||
git submodule update --init --recursive
|
||||
|
|
Loading…
Reference in a new issue