From 005c3dfbf621066b3e8f2935c3d0c1fb15fc9e9b Mon Sep 17 00:00:00 2001 From: Mirko Brombin Date: Sun, 9 Oct 2022 19:28:16 +0200 Subject: [PATCH] recipe: Remove apx since is there by default --- recipe.json | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/recipe.json b/recipe.json index d8c5192..d3d131b 100644 --- a/recipe.json +++ b/recipe.json @@ -79,31 +79,6 @@ } ] }, - "subsystem": { - "template": "yes-no", - "icon": "vanilla-container-terminal-symbolic", - "title": "Sub System", - "description": "Access a minimal mutable Ubuntu installation integrated with Vanilla OS.", - "buttons": { - "yes": "Enable", - "no": "Skip", - "info": { - "type": "text", - "title": "What is Sub System?", - "text": "The Sub-System is a container that allows you to install deb packages without altering the system. It is useful for installing software without having to enter the read-write mode.\n\nYou don't need to enter the container to install packages, just use the apx command (wrapper around the apt inside the container) to install new programs and automatically make them available in your Vanilla OS installation.\n\nThis features uses distrobox as backend." - } - }, - "final": [ - { - "if": "subsystem", - "type": "command", - "commands": [ - "sudo apt install -y apx podman", - "curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh" - ] - } - ] - }, "immutability": { "template": "yes-no", "icon": "security-medium-symbolic",