fix: replace cp with mv in DockerfileUbuntu and add r_update function to .bashrc for automatic binary refresh

This commit is contained in:
2025-04-13 09:39:12 +00:00
parent d2912e06a3
commit d356fe2641
3 changed files with 21 additions and 2 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ RUN wget https://retoor.molodetz.nl/api/packages/retoor/generic/r/1.0.0/r
RUN chmod +x r
RUN cp r /usr/local/bin
RUN mv r /usr/local/bin
CMD ["r"]