mirror of
https://github.com/bkerler/edl.git
synced 2024-11-14 19:14:58 -05:00
Update README.md
This commit is contained in:
parent
c40b4d106b
commit
5199a73056
1 changed files with 3 additions and 2 deletions
|
@ -22,14 +22,15 @@ sudo dnf install adb fastboot python3-devel python3-pip xz-devel git
|
||||||
|
|
||||||
sudo systemctl stop ModemManager
|
sudo systemctl stop ModemManager
|
||||||
sudo systemctl disable ModemManager
|
sudo systemctl disable ModemManager
|
||||||
|
sudo apt purge ModemManager
|
||||||
|
|
||||||
git clone https://github.com/bkerler/edl.git
|
git clone https://github.com/bkerler/edl.git
|
||||||
cd edl
|
cd edl
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
sudo cp Drivers/51-edl.rules /etc/udev/rules.d
|
sudo cp Drivers/51-edl.rules /etc/udev/rules.d
|
||||||
sudo cp Drivers/50-android.rules /etc/udev/rules.d
|
sudo cp Drivers/50-android.rules /etc/udev/rules.d
|
||||||
python3 setup.py build
|
python setup.py build
|
||||||
sudo python3 setup.py install
|
sudo python setup.py install
|
||||||
```
|
```
|
||||||
|
|
||||||
### macOS:
|
### macOS:
|
||||||
|
|
Loading…
Reference in a new issue