From d924fca106558b749f9b239567919ea07479d66c Mon Sep 17 00:00:00 2001 From: valere Date: Fri, 26 Sep 2025 20:37:34 +0200 Subject: [PATCH] set direct github url --- app/components/hero-buttons.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/components/hero-buttons.vue b/app/components/hero-buttons.vue index f048372..f9938d4 100644 --- a/app/components/hero-buttons.vue +++ b/app/components/hero-buttons.vue @@ -16,7 +16,8 @@ const copyToClipBoard = () => {
- curl -L getdockerweb.valere.dev | sudo bash + curl -L https://raw.githubusercontent.com/docker-web/docker-web/master/install.sh | sudo + bash