This website requires JavaScript.
Explore
Help
Sign In
lsy
/
linuxtool
Watch
1
Star
0
Fork
0
You've already forked linuxtool
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
master
linuxtool
/
Config
/
Docker
/
_init.sh
5 lines
95 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
更新软件结构
2024-09-26 09:48:31 +08:00
#!/bin/bash
if
!
command
-v docker
&
> /dev/null
;
then
用ai格式化变量名和提示增加README
2024-11-18 23:12:52 +08:00
echo
"Docker 未安装"
更新软件结构
2024-09-26 09:48:31 +08:00
exit
1
优化文件路径结构
2025-05-19 22:41:57 +08:00
fi
Reference in New Issue
Copy Permalink