Created
June 30, 2024 21:11
-
-
Save j1cs/664ef20a4317f9b2712a886fdca32624 to your computer and use it in GitHub Desktop.
Fedora ADB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo groupadd plugdev | |
sudo usermod -aG plugdev $USER | |
sudo dnf install -y android-tools | |
sudo ln -s /usr/share/doc/android-tools/51-android.rules /etc/udev/rules.d | |
sudo reboot # or logout |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment