diff --git a/app/components/hero-buttons.vue b/app/components/hero-buttons.vue index f9938d4..2554542 100644 --- a/app/components/hero-buttons.vue +++ b/app/components/hero-buttons.vue @@ -2,7 +2,7 @@ const isClicked = ref(false) const copyToClipBoard = () => { navigator.clipboard - .writeText('curl -sL getdweb.valere.dev | sudo bash') + .writeText('curl -sL https://raw.githubusercontent.com/docker-web/docker-web/master/install.sh | sudo bash') .then(() => { isClicked.value = true setTimeout(() => { @@ -15,8 +15,9 @@ const copyToClipBoard = () => {