add hint message

This commit is contained in:
iceBear67
2025-03-22 15:07:47 +08:00
parent 5b4690e854
commit ae9c6d21c6
2 changed files with 9 additions and 0 deletions
+8
View File
@@ -1,3 +1,11 @@
if test -e /workspace/manager.sock
echo "Manager capability is detected. Type 'bubble' for help."
end
if test ! -e /bin/docker
echo "Docker is not installed. Type 'install-docker' to install if needed."
end
function install-docker
if test -e /bin/docker
echo "Docker is already present at /bin/docker."