This file contains hidden or 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
# | |
# Ledger Nano S | |
# | |
# USB connection fix for Ubuntu 18.04.5 | |
# This script will create "/etc/udev/rules.d/20-hw1.rules" and restart udev. | |
# | |
# @reference https://support.ledger.com/hc/en-us/articles/115005165269-Fix-connection-issues | |
# | |
wget -q -O - https://raw.githubusercontent.com/LedgerHQ/udev-rules/master/add_udev_rules.sh | sudo bash |
OlderNewer