Skip to content

Commit 0395cbc

Browse files
committed
adding the cura configuration
1 parent b64c46b commit 0395cbc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setupPackages.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,12 @@ for d in */ ; do
147147
echo "Checking $TRIMMED"
148148
sudo mkdir -p /home/$TRIMMED/Arduino/tools/EspExceptionDecoder/tool/
149149
sudo cp /etc/skel/Arduino/tools/EspExceptionDecoder/tool/EspExceptionDecoder.jar /home/$TRIMMED/Arduino/tools/EspExceptionDecoder/tool/
150-
sudo chown -R $TRIMMED:$TRIMMED /home/$TRIMMED/Arduino/tools/
150+
sudo chown -R $TRIMMED:$TRIMMED /home/$TRIMMED/Arduino/
151151
if (! test -d $SCRIPT/.config/cura/) then
152152
echo "Updating cura config for $TRIMMED"
153153
sudo cp -r $SCRIPT/.config/cura/ /home/$TRIMMED/.config/
154-
sudo chown -R $TRIMMED:$TRIMMED /home/$TRIMMED/.config/cura/
155154
fi
155+
sudo chown -R $TRIMMED:$TRIMMED /home/$TRIMMED/.config/
156156
done
157157

158158

0 commit comments

Comments
 (0)