try and fix syntax

This commit is contained in:
Chris Cowley 2024-09-02 10:36:11 +02:00
parent 635f50d7bc
commit f80cfba44b

View file

@ -7,7 +7,7 @@ jobs:
container: container:
image: alpine:latest image: alpine:latest
steps: steps:
- curl --proto '=https' --tlsv1.2 -fsSL https://get.opentofu.org/install-opentofu.sh -o install-opentofu.sh - curl -fsSL https://get.opentofu.org/install-opentofu.sh -o install-opentofu.sh
- chmod +x ./install-opentofu.sh - chmod +x ./install-opentofu.sh
- ./install-opentofu.sh --install-method apk - ./install-opentofu.sh --install-method apk
- rm -f ./install-opentofu.sh - rm -f ./install-opentofu.sh