Skip to content

Commit

Permalink
20240722 Change to wget download for Platformio udev rules with script
Browse files Browse the repository at this point in the history
  • Loading branch information
pliveyns committed Jul 22, 2024
1 parent 81bc717 commit 77c905b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 176 deletions.
7 changes: 7 additions & 0 deletions files/scripts/pio_udevrules.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

set -euo pipefail

# Udev rules for Platformio
wget https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/system/99-platformio-udev.rules -O /etc/udev/rules.d/99-platformio.rules
chmod 0644 /etc/udev/rules.d/99-platformio.rules
176 changes: 0 additions & 176 deletions files/system/usr/etc/udev/rules.d/99-platformio-udev.rules

This file was deleted.

0 comments on commit 77c905b

Please sign in to comment.