Compare commits
No commits in common. "43edfc273a63651af450e0f90dece3f4a2bc152d" and "90a09d9c005d5db2a5953fc5607f4ab6344f4059" have entirely different histories.
43edfc273a
...
90a09d9c00
|
@ -4,7 +4,7 @@ ENV TZ="Asia/Shanghai"
|
|||
|
||||
RUN sed -i s@/deb.debian.org/@/mirrors.tuna.tsinghua.edu.cn/@g /etc/apt/sources.list.d/debian.sources && \
|
||||
apt-get update && \
|
||||
apt-get install -y --no-install-recommends sudo python3-minimal python3-pip git git-lfs openssh-client rsync && \
|
||||
apt-get install -y --no-install-recommends sudo python3-minimal python3-pip git git-lfs openssh-client && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
userdel -r node && \
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
set -e
|
||||
COURSE=$1
|
||||
git -C /home/tt/.cache/$COURSE-config pull
|
||||
rsync -r /home/tt/.cache/$COURSE-config/home/tt/.config /home/tt/.config
|
||||
rsync -r /home/tt/.cache/$COURSE-config/home/tt/.config/joj /home/tt/.config/joj
|
||||
joj3-forge convert /home/tt/.config/joj
|
||||
|
|
Loading…
Reference in New Issue
Block a user