Skip to content
Snippets Groups Projects
Commit c02c09ac authored by Griefed's avatar Griefed :joystick:
Browse files

fix: Fix mv command in fetcher. Whoopsy.

parent 4f9ca2c8
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ RUN \ ...@@ -30,7 +30,7 @@ RUN \
else \ else \
rm /tmp/sources.list; \ rm /tmp/sources.list; \
mv \ mv \
/tmp/sources.list.arm; \ /tmp/sources.list.arm \
/tmp/sources.list; \ /tmp/sources.list; \
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment