set direct github url
All checks were successful
Deploy App / deploy (push) Successful in 19s

This commit is contained in:
valere
2025-09-26 20:37:34 +02:00
parent b5f38d8c29
commit d924fca106

View File

@@ -16,7 +16,8 @@ const copyToClipBoard = () => {
<section class="py-4 sm:flex justify-center items-center">
<div
class="font-mono bg-neutral-900 text-neutral-50 rounded-xl flex justify-between items-center p-4 border border-transparent text-base shadow-primary-700 relative">
<span class="select-all"> curl -L getdockerweb.valere.dev | sudo bash </span>
<span class="select-all"> curl -L https://raw.githubusercontent.com/docker-web/docker-web/master/install.sh | sudo
bash </span>
<SvgClipboard class="bg-red ml-4 cursor-pointer" :class="{ 'animate-ping': isClicked }"
@click="copyToClipBoard" />
</div>