Skip to content

Commit

Permalink
Merge pull request #1 from ThoriumTextile/ThoriumTextile-patch-1
Browse files Browse the repository at this point in the history
Update recipe.yml
  • Loading branch information
ThoriumTextile authored Nov 10, 2024
2 parents 4c1903e + ea85a57 commit 7777392
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions recipe.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ts-custom # Replace this name with your image name
id: ts-custom # Replace this ID with your image ID
name: VOS-tuned # Replace this name with your image name
id: VOS-tuned # Replace this ID with your image ID
stages:
- id: build
base: ghcr.io/vanilla-os/desktop:main # Optionally, Replace this image URL with a different one i.e. nvidia:main, etc
Expand All @@ -22,15 +22,7 @@ stages:
- apt-get update

# Put your custom actions behind this comment

- name: install-tailscale
type: shell
commands:
- mkdir -p --mode=0755 /usr/share/keyrings
- curl -fsSL https://pkgs.tailscale.com/stable/debian/sid.noarmor.gpg | tee /usr/share/keyrings/tailscale-archive-keyring.gpg >/dev/null
- curl -fsSL https://pkgs.tailscale.com/stable/debian/sid.tailscale-keyring.list | tee /etc/apt/sources.list.d/tailscale.list
- apt-get update && apt-get install -y tailscale


- name: install-docker
type: shell
commands:
Expand All @@ -43,11 +35,21 @@ stages:
- apt-get update
- apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin

- name: netbird # Sample module demonstrating the Shell module with custom commands
- name: netbird
type: shell
commands:
- curl -fsSL https://pkgs.netbird.io/install.sh | sh

- apt install ca-certificates curl gnupg -y
- curl -sSL https://pkgs.netbird.io/debian/public.key | gpg --dearmor --output /usr/share/keyrings/netbird-archive-keyring.gpg
- echo 'deb [signed-by=/usr/share/keyrings/netbird-archive-keyring.gpg] https://pkgs.netbird.io/debian stable main' | tee /etc/apt/sources.list.d/netbird.list

- name: goodies-and-tweaks
type: apt
source:
packages:
- gnome-tweaks
- software-properties-common
- ufw
- papirus-icon-theme
# Put your custom actions before this comment

- name: set-image-name-abroot
Expand Down

0 comments on commit 7777392

Please sign in to comment.