Adjustments to find calls to see if that's causing the ampersand weirdness

This commit is contained in:
Bradley Bickford 2025-01-08 21:13:31 -05:00
parent 5070ddccfe
commit 0594e2a2f9

View File

@ -15,9 +15,9 @@ RUN curl -fsSL "${XRC_DL_URL}" -o /tmp/xrc.zip \
&& mkdir /home/xrc/xrc \
&& unzip /tmp/xrc.zip -d /home/xrc/xrc \
&& rm -rf /tmp/xrc.zip \
&& find /home/xrc -exec chown xrc:xrc {} \\; \
&& find /home/xrc -type d -exec chmod 750 {} \\; \
&& find /home/xrc -type f -exec chmod 640 {} \\; \
&& find /home/xrc -exec chown xrc:xrc {} \; \
&& find /home/xrc -type d -exec chmod 750 {} \; \
&& find /home/xrc -type f -exec chmod 640 {} \; \
&& chmod 750 "/home/xrc/xrc/xRC Simulator.x86_64" \
&& mv "/home/xrc/xrc/xRC Simulator.x86_64" "/home/xrc/xrc/xrc"