From f12aab2bc230fc23b08c1a958da1d4c95173fb79 Mon Sep 17 00:00:00 2001 From: gmpinder Date: Sat, 3 Jun 2023 16:54:42 -0400 Subject: [PATCH] Install VSCode in post --- recipe.yml | 1 + scripts/{pre => post}/install-vscode.sh | 0 2 files changed, 1 insertion(+) rename scripts/{pre => post}/install-vscode.sh (100%) 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