Requirement:
- Ledger Nano
- Ledger HW1
- Ledger Nano S
- Ledger Blue
- Special Edition
You need to create a set of udev rules to allow access to the device on Linux. This can be done easily by running the following command:
| function slugify(string) { | |
| const a = 'àáäâãèéëêìíïîòóöôùúüûñçßÿœæŕśńṕẃǵǹḿǘẍźḧ·/_,:;' | |
| const b = 'aaaaaeeeeiiiioooouuuuncsyoarsnpwgnmuxzh------' | |
| const p = new RegExp(a.split('').join('|'), 'g') | |
| return string.toString().toLowerCase() | |
| .replace(/\s+/g, '-') // Replace spaces with - | |
| .replace(p, c => b.charAt(a.indexOf(c))) // Replace special characters | |
| .replace(/&/g, '-and-') // Replace & with 'and' | |
| .replace(/[^\w\-]+/g, '') // Remove all non-word characters |
| {"lastUpload":"2018-05-14T05:17:50.005Z","extensionVersion":"v2.9.2"} |
| $("body").click(function(e) { | |
| if ($(e.target).closest('.catalog-side-panel > ul').length === 0 && $(e.target).closest(sidebarBtn).length === 0) { | |
| toggleSidebarNav("close"); | |
| } | |
| }); |