You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: linux/install.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ if sudo [ -w /etc/udev/rules.d ]; then
8
8
echo"Reloading udev rules"
9
9
sudo udevadm control --reload-rules
10
10
echo"Adding current user to dialout group"
11
-
sudo adduser $USER dialout
11
+
sudo adduser "$USER" dialout
12
12
else
13
13
echo"Couldn't copy to /etc/udev/rules.d/; you probably have to run this script as root? Or your distribution of Linux doesn't include udev; try running the IDE itself as root."
0 commit comments