Skip to content

Commit

Permalink
flux/xconf: exit 0;
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Nov 21, 2023
1 parent 7bca700 commit 3dc3deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flux/src/xconf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ $RUN \
# TODO: su> gosu?
# su - headless -c
# gosu headless bash -c
echo "curl oh-my-bash.." && gosu headless bash -c "$(curl --connect-timeout 3 -fsSL https://gitee.com/g-system/oh-my-bash/raw/sam-custom/tools/install.sh)"; \
echo "curl oh-my-bash.." && gosu headless bash -c "$(curl --connect-timeout 3 -fsSL https://gitee.com/g-system/oh-my-bash/raw/sam-custom/tools/install.sh); exit 0;"; \
rm -rf /home/headless/.oh-my-bash/.git;
# danger!
bash -c 'cd /home/headless/.oh-my-bash/themes && rm -rf `ls |grep -v "axin\|sh$"` || echo "onmybash not exist, skip clear"'; \
Expand Down

0 comments on commit 3dc3deb

Please sign in to comment.