diff --git a/neko/update/docker.sh b/neko/update/docker.sh old mode 100755 new mode 100644 index 2ef985c1d..eb57478aa --- a/neko/update/docker.sh +++ b/neko/update/docker.sh @@ -11,6 +11,8 @@ pull() { if ! pull; then say "awawa, the image may not be compatible with your environment..." say "Gonnya try building the image locally!" + + say "It takes some time! Why not brew a cup of cofe?" docker build --tag docker.io/naskya/firefish --build-arg VERSION="$(version)" . fi