Skip to content

Commit

Permalink
Fix the MPLAB X URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandeaual committed Apr 12, 2021
1 parent 62e9144 commit b996bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN wget -nv -O /tmp/mplabx "https://ww1.microchip.com/downloads/en/DeviceDoc/MP
cd /tmp && \
tar -xf mplabx && \
rm mplabx && \
mv "MPLAB-v${MPLABX_VERSION}-linux-installer.sh" mplabx && \
mv "MPLABX-v${MPLABX_VERSION}-linux-installer.sh" mplabx && \
sudo ./mplabx --nox11 -- --unattendedmodeui none --mode unattended --ipe 0 --collectInfo 0 --installdir /opt/mplabx && \
rm mplabx

Expand Down

0 comments on commit b996bfc

Please sign in to comment.