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
11 changes: 0 additions & 11 deletions includes.container/etc/os-release

This file was deleted.

16 changes: 0 additions & 16 deletions includes.container/usr/bin/vso

This file was deleted.

This file was deleted.

8 changes: 2 additions & 6 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,15 +132,14 @@ stages:
commands:
# host-shell links
- ln -s /usr/bin/host-shell /usr/bin/apx
- ln -s /usr/bin/host-shell /usr/bin/ikaros
- ln -s /usr/bin/host-shell /usr/bin/vanilla-sideload
- ln -s /usr/bin/host-shell /usr/bin/vso
- chmod +x /usr/bin/apx
- chmod +x /usr/bin/ikaros
- chmod +x /usr/bin/vanilla-sideload
- chmod +x /usr/bin/vso

# custom binaries
- chmod +x /usr/bin/abroot
- chmod +x /usr/bin/vso

# core binaries
- rm /usr/sbin/shutdown
Expand All @@ -159,9 +158,6 @@ stages:
- chmod +x /usr/bin/os-shell
- chmod +x /usr/bin/host-shell

# distrobox links
- sh /usr/share/apx/distrobox/gen-distrobox-links

- name: cleanup
type: shell
commands:
Expand Down
Loading