Merge PreInstall commands

This commit is contained in:
Zykino
2023-06-28 22:46:56 +02:00
parent 7b9c487650
commit 804584d21c
10 changed files with 201 additions and 232 deletions

View File

@ -1,6 +1,6 @@
packages:
executors:
- name: Apt
fetch:
pre_install:
- exe: sudo
params:
- apt

View File

@ -1,4 +1,4 @@
packages:
executors:
- name: Flatpack
install:
exe: flatpak

View File

@ -1,6 +1,6 @@
packages:
executors:
- name: Helix (git)
fetch:
pre_install:
- exe: git
params:
- pull

View File

@ -1,4 +1,4 @@
packages:
executors:
- name: Pipx
install:
exe: pipx

View File

@ -1,4 +1,4 @@
packages:
executors:
- name: Rustup
install:
exe: rustup