mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-13 00:57:01 +08:00
feat: headless environment support (#2782)
* chore(linux): config template for Linux * feat: Linux configuration template updater * feat: headless requirements updater * chore: Sorted by dictionary order * chore: Remove useless dependencies. * chore: remove cache operation.
This commit is contained in:
@@ -19,7 +19,7 @@ deb https://mirrors.aliyun.com/debian/ bullseye-backports main non-free contrib\
|
||||
deb-src https://mirrors.aliyun.com/debian/ bullseye-backports main non-free contrib" \
|
||||
> /etc/apt/sources.list \
|
||||
&& apt update \
|
||||
&& apt install -y git adb netcat libgomp1 \
|
||||
&& apt install -y git adb libgomp1 \
|
||||
&& git config --global --add safe.directory '*' \
|
||||
&& ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
|
||||
&& echo 'Asia/Shanghai' > /etc/timezone \
|
||||
|
||||
Reference in New Issue
Block a user