Skip to content

Commit 1902aa8

Browse files
Update setupPackages.sh
1 parent 6f5b066 commit 1902aa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setupPackages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ for d in */ ; do
154154
echo "Checking $TRIMMED"
155155
sudo mkdir -p /home/$TRIMMED/.arduinoIDE/plugins/
156156
sudo cp $SCRIPT/$EXCEPTION_ZIP /home/$TRIMMED/.arduinoIDE/plugins/
157-
sudo chmod -R 777 /home/$TRIMMED/.arduinoIDE/plugins/
157+
sudo chmod -R 777 /home/$TRIMMED/.arduinoIDE/
158158
echo " sudo chmod -R 777 /home/$TRIMMED/.arduinoIDE/plugins/"
159159
if (! test -d /home/$TRIMMED/.config/cura/) then
160160
echo "Updating cura config for $TRIMMED"

0 commit comments

Comments
 (0)