Skip to content

Commit

Permalink
temp notes
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Apr 22, 2024
1 parent 3160b41 commit 2047708
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/src/Dockerfile.apt-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,14 @@ RUN apt.sh thunar dunst clipit pnmixer plank lxappearance \
# OHMYBASH
# git ohmybash # \12.6 MB
RUN apt.sh git;
RUN \
echo "curl oh-my-bash.." && gosu headless bash -c "$(curl -k --connect-timeout 8 -fsSL https://gitee.com/g-system/oh-my-bash/raw/sam-custom/tools/install.sh)"; \
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"'; \
\
sed -i "s^OSH_THEME=\"font\"^OSH_THEME=\"axin\"^g" /home/headless/.bashrc;
# sed -i "s^value=\"gnome\"^value=\"Papirus-Bunsen-grey\"^g" /home/headless/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml; \
# RUN \
# echo "curl oh-my-bash.." && gosu headless bash -c "$(curl -k --connect-timeout 8 -fsSL https://gitee.com/g-system/oh-my-bash/raw/sam-custom/tools/install.sh)"; \
# 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"'; \
# \
# sed -i "s^OSH_THEME=\"font\"^OSH_THEME=\"axin\"^g" /home/headless/.bashrc;
# # sed -i "s^value=\"gnome\"^value=\"Papirus-Bunsen-grey\"^g" /home/headless/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml; \

# 拆分包体与配置项两块,免频繁变动基础包
# HEADLESS
Expand Down

0 comments on commit 2047708

Please sign in to comment.