Skip to content

Commit e39860a

Browse files
committed
improving bullet points description
1 parent 518ed49 commit e39860a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

arduino-linux-setup-11.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/bash
12
# arduino-linux-setup.sh : A simple Arduino setup script for Linux systems
23
# Copyright (C) 2015 Arduino Srl
34
#
@@ -21,7 +22,7 @@
2122
# Release v11 changelog :
2223
#
2324
# + Fixing ModemManager removal for Fedora Core
24-
# + Adding Atmel ICE CMSIS-DAP rule
25+
# + Adding Atmel ICE Debugger CMSIS-DAP rule
2526
#
2627
# Release v10 changelog :
2728
#
@@ -81,7 +82,7 @@ refreshudev () {
8182

8283
sudo udevadm control --reload-rules
8384
sudo udevadm trigger
84-
85+
8586
if [ -d /lib/systemd/ ]
8687
then
8788
sudo systemctl restart systemd-udevd
@@ -125,7 +126,7 @@ EOF
125126
openocdrules () {
126127

127128
echo ""
128-
echo "# Adding Arduino M0/M0 Pro, Primo, Atmel ICE UDEV Rules for CMSIS-DAP port"
129+
echo "# Adding Arduino M0/M0 Pro, Primo, Atmel ICE Debugger UDEV Rules for CMSIS-DAP port"
129130
echo ""
130131

131132
cat <<EOF

0 commit comments

Comments
 (0)