mirror of
https://github.com/bkerler/edl.git
synced 2024-11-14 19:14:58 -05:00
commit
e85afc5385
1 changed files with 6 additions and 0 deletions
|
@ -15,7 +15,13 @@ User: livedvd, Password:livedvd
|
||||||
|
|
||||||
### Linux (Debian/Ubuntu/Mint/etc):
|
### Linux (Debian/Ubuntu/Mint/etc):
|
||||||
```bash
|
```bash
|
||||||
|
# Debian/Ubuntu/Mint/etc
|
||||||
sudo apt install adb fastboot python3-dev python3-pip liblzma-dev git
|
sudo apt install adb fastboot python3-dev python3-pip liblzma-dev git
|
||||||
|
# Fedora/CentOS/etc
|
||||||
|
sudo dnf install adb fastboot python3-devel python3-pip xz-devel git
|
||||||
|
|
||||||
|
sudo systemctl stop ModemManager
|
||||||
|
sudo systemctl disable ModemManager
|
||||||
sudo apt purge ModemManager
|
sudo apt purge ModemManager
|
||||||
|
|
||||||
git clone https://github.com/bkerler/edl.git
|
git clone https://github.com/bkerler/edl.git
|
||||||
|
|
Loading…
Reference in a new issue