File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7+ paths :
8+ - src/proxmox-configurator.sh
79 workflow_dispatch :
810
911jobs :
3234 - name : Empaquetar script en tar.gz
3335 run : |
3436 mkdir PECU-${{ env.VERSION }}
35- cp proxmox-configurator.sh PECU-${{ env.VERSION }}/
37+ cp src/ proxmox-configurator.sh PECU-${{ env.VERSION }}/
3638 tar -czvf PECU-${{ env.VERSION }}.tar.gz PECU-${{ env.VERSION }}
3739
3840 - name : Crear o actualizar GitHub Release
5355 **Direct Execution (Latest Version):**
5456 Run the script directly from GitHub with this command:
5557 ```bash
56- bash <(curl -sL https://raw.githubusercontent.com/Danilop95/Proxmox-Enhanced-Configuration-Utility/v${{ env.VERSION }}/proxmox-configurator.sh)
58+ bash <(curl -sL https://raw.githubusercontent.com/Danilop95/Proxmox-Enhanced-Configuration-Utility/v${{ env.VERSION }}/src/ proxmox-configurator.sh)
5759 ```
5860 This command fetches and executes the specific version (v${{ env.VERSION }}) of the script.
5961
Original file line number Diff line number Diff line change 1-
21*
3-
42! LICENSE
53! README.md
6- ! proxmox-configurator.sh
7- ! pecu_release_selector.sh
4+ ! release-notes /release-notes.md
5+ ! scripts /pecu_release_selector.sh
6+ ! src /proxmox-configurator.sh
87! .gitignore
You can’t perform that action at this time.
0 commit comments