File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,4 +11,3 @@ sources:
1111 - tinysparql
1212 - bash-completion
1313 - libnss-myhostname
14- - distrobox
Original file line number Diff line number Diff line change 1+ name : distrobox
2+ type : make
3+ sources :
4+ - type : git
5+ url : https://github.com/89luca89/distrobox.git
6+ tag : 2.0.0-rc.2
7+ modules :
8+ - name : distrobox-deps-install
9+ type : apt
10+ sources :
11+ - packages :
12+ - golang-go
13+ - make
14+ - podman
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ stages:
4545 - modules/10-input-and-locale.yml
4646 - modules/20-ssh.yml
4747 - modules/30-utils.yml
48+ - modules/31-distrobox.yml
4849 - modules/40-essentials.yml
4950 - modules/41-move-boot-scripts.yml
5051 - modules/45-lvm-fix.yml
@@ -59,7 +60,6 @@ stages:
5960 - modules/120-fingerprint.yml
6061 - modules/140-manpages.yml
6162 - modules/150-init-executable.yml
62- - modules/998-distrobox-symlink.yml
6363 - modules/998-podman-registry.yml
6464 - modules/999-replace-locale-gen.yml
6565 - modules/999-remove-grub-files.yml
@@ -72,7 +72,7 @@ stages:
7272 - name : cleanup
7373 type : shell
7474 commands :
75- - apt remove -y dpkg-dev build-essential
75+ - apt remove -y golang-go make dpkg-dev build-essential
7676 - apt autoremove -y
7777 - apt clean
7878
You can’t perform that action at this time.
0 commit comments