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
af47b8f1b5
linuxtool
/
Config
/
Docker
/
test.sh
6 lines
96 B
Bash
Raw
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
fi
Reference in New Issue
Copy Permalink