mirror of
https://github.com/phaleixo/after_install_debian_12.git
synced 2025-12-05 21:49:44 -03:00
incluído botão copiar nas dependencias
This commit is contained in:
parent
25e13cf38a
commit
8c47c098f7
@ -86,6 +86,11 @@
|
||||
<h2 class="text-2xl font-bold text-debian mb-4" data-i18n="about.title">
|
||||
</h2>
|
||||
<p class="text-gray-700 mb-4" data-i18n="about.description"></p>
|
||||
<button onclick="copyToClipboard('complete')"
|
||||
class="bg-gray-200 text-gray-800 px-4 py-2 rounded mr-2 hover:bg-gray-300 transition mb-4">
|
||||
<i class="fas fa-copy mr-2"></i> <span data-i18n="scripts.copy"></span>
|
||||
</button>
|
||||
|
||||
<div class="bg-gray-800 text-gray-100 p-4 rounded-lg overflow-x-auto">
|
||||
<pre id="complete"
|
||||
class="text-sm"><code>sudo apt install curl</code></pre>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user