diff --git a/recipe.yml b/recipe.yml index dcefc4e..222a6b4 100644 --- a/recipe.yml +++ b/recipe.yml @@ -60,7 +60,7 @@ rpm: # Example: # - tilix - brave-browser - - dnf + - code # 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/add-brave-browser-gpg-key.sh b/scripts/pre/setup-brave-browser.sh similarity index 100% rename from scripts/pre/add-brave-browser-gpg-key.sh rename to scripts/pre/setup-brave-browser.sh diff --git a/scripts/post/install-vscode.sh b/scripts/pre/setup-vscode.sh similarity index 89% rename from scripts/post/install-vscode.sh rename to scripts/pre/setup-vscode.sh index e79450e..24ff47d 100644 --- a/scripts/post/install-vscode.sh +++ b/scripts/pre/setup-vscode.sh @@ -4,5 +4,3 @@ set -oue pipefail rpm --import https://packages.microsoft.com/keys/microsoft.asc sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo' -dnf check-update -dnf install -y code \ No newline at end of file