generated from blue-build/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
20240722 Change to wget download for Platformio udev rules with script
- Loading branch information
Showing
2 changed files
with
7 additions
and
176 deletions.
There are no files selected for viewing
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
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
176
files/system/usr/etc/udev/rules.d/99-platformio-udev.rules
This file was deleted.
Oops, something went wrong.