Skip to content

Commit

Permalink
newbash
Browse files Browse the repository at this point in the history
  • Loading branch information
tacogerbil committed Jul 31, 2024
1 parent 16f26ea commit d099edc
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,28 +38,36 @@ stages:
- apt-get update
- apt-get install -y curl
- apt-get install -y fastfetch


- name: dds-setup_02
type: shell
commands:
- chmod +x var/tmp/ddsinstalls_01.sh
- chmod +x var/tmp/ddsinstalls_02.sh
- chmod +x var/tmp/ddsinstalls_03.sh
commands:
- chmod +x /var/tmp/ddsinstalls_02.sh
- bash /var/tmp/ddsinstalls_02.sh


# - name: dds-setup_02
# type: shell
# commands:
# - chmod +x var/tmp/ddsinstalls_01.sh
# - chmod +x var/tmp/ddsinstalls_02.sh
# - chmod +x var/tmp/ddsinstalls_03.sh

# - name: dds-setup_03
# type: shell
# commands:
# - bash var/tmp/ddsinstalls_01.sh

- name: dds-setup_03
type: shell
commands:
- bash var/tmp/ddsinstalls_02.sh
# - name: dds-setup_03
# type: shell
# commands:
# - bash var/tmp/ddsinstalls_02.sh

- name: dds-setup_03
type: shell
commands:
- bash var/tmp/ddsinstalls_03.sh
# - name: dds-setup_03
# type: shell
# commands:
# - bash var/tmp/ddsinstalls_03.sh

# - name: my-deb
# type: dpkg
Expand Down

0 comments on commit d099edc

Please sign in to comment.