Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion modules/30-utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ sources:
- tinysparql
- bash-completion
- libnss-myhostname
- distrobox
14 changes: 14 additions & 0 deletions modules/31-distrobox.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: distrobox
type: make
sources:
- type: git
url: https://github.com/89luca89/distrobox.git
tag: 2.0.0-rc.2
modules:
- name: distrobox-deps-install
type: apt
sources:
- packages:
- golang-go
- make
- podman
6 changes: 0 additions & 6 deletions modules/998-distrobox-symlink.yml

This file was deleted.

4 changes: 2 additions & 2 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ stages:
- modules/10-input-and-locale.yml
- modules/20-ssh.yml
- modules/30-utils.yml
- modules/31-distrobox.yml
- modules/40-essentials.yml
- modules/41-move-boot-scripts.yml
- modules/45-lvm-fix.yml
Expand All @@ -59,7 +60,6 @@ stages:
- modules/120-fingerprint.yml
- modules/140-manpages.yml
- modules/150-init-executable.yml
- modules/998-distrobox-symlink.yml
- modules/998-podman-registry.yml
- modules/999-replace-locale-gen.yml
- modules/999-remove-grub-files.yml
Expand All @@ -72,7 +72,7 @@ stages:
- name: cleanup
type: shell
commands:
- apt remove -y dpkg-dev build-essential
- apt remove -y golang-go make dpkg-dev build-essential
- apt autoremove -y
- apt clean

Expand Down