diff --git a/recipe.yml b/recipe.yml index a1c77fd..dcefc4e 100644 --- a/recipe.yml +++ b/recipe.yml @@ -60,6 +60,7 @@ rpm: # Example: # - tilix - brave-browser + - dnf # These RPMs will be removed from the system image. This step happens during # image build, BEFORE installing custom RPMs (from the "rpm.install" category). remove: diff --git a/scripts/pre/install-vscode.sh b/scripts/post/install-vscode.sh similarity index 100% rename from scripts/pre/install-vscode.sh rename to scripts/post/install-vscode.sh