Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Feb 11, 2024
1 parent dc1c5ed commit 601d630
Showing 1 changed file with 30 additions and 29 deletions.
59 changes: 30 additions & 29 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,35 +128,36 @@ <h2 class="text-4xl font-bold mb-6 text-center">Familiarize With Recipes</h2>
write,
and it's familiar to most developers.</p>
<div class="bg-gray-800 p-6 rounded-lg shadow-lg glass-effect overflow-x-auto">
<pre class="text-xl text-gray-300">
<code>base: debian:sid-slim
labels:
maintainer: My Awesome Team
args:
DEBIAN_FRONTEND: noninteractive
runs:
- echo 'APT::Install-Recommends "0";' > /etc/apt/apt.conf.d/01norecommends
modules:
- name: update
type: shell
commands:
- apt update
- name: vib
type: go
source:
type: git
url: https://github.com/vanilla-os/vib
branch: main
commit: latest
buildVars:
GO_OUTPUT_BIN: /usr/bin/vib
modules:
- name: golang
type: apt
source:
packages:
- golang
- ca-certificates</code>
<pre class="text-xl text-gray-300"><code
base: debian:sid-slim
labels:
maintainer: My Awesome Team
args:
DEBIAN_FRONTEND: noninteractive
runs:
- echo 'APT::Install-Recommends "0";' > /etc/apt/apt.conf.d/01norecommends
modules:
- name: update
type: shell
commands:
- apt update
- name: vib
type: go
source:
type: git
url: https://github.com/vanilla-os/vib
branch: main
commit: latest
buildVars:
GO_OUTPUT_BIN: /usr/bin/vib
modules:
- name: golang
type: apt
source:
packages:
- golang
- ca-certificates
</code>
</pre>
</div>
</section>
Expand Down

0 comments on commit 601d630

Please sign in to comment.